Skip to content

Makefile.local: Fix doc build by adding missing breezy build dependency

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

breezy now requires the setuptools-rust package to build its wheel but it 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