Makefile.local: Fix doc build by adding missing breezy build dependency
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.