diff --git a/docsite/Makefile b/docsite/Makefile index cb9b839050a..4635890bc19 100644 --- a/docsite/Makefile +++ b/docsite/Makefile @@ -26,6 +26,6 @@ clean: .PHONEY: docs clean modules: $(FORMATTER) ../hacking/templates/rst.j2 - $(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../library -o rst/modules/ --includes-file=rst/modules/_list.rst + PYTHONPATH=../lib $(FORMATTER) -t rst --template-dir=../hacking/templates --module-dir=../library -o rst/modules/ --includes-file=rst/modules/_list.rst