Skip to content

Makefile.local: Fix doc build by adding missing flit-core build dependency

Antoine Lambert requested to merge anlambert/swh-docs:fix-doc-build into master

It is a dependency required to build docutils >= 0.21 that does not get installed in the virtualenv used to build the documentation as we use the pip option --no-build-isolation that skips installation of build dependencies specified by PEP 518.

Merge request reports