summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2f228b..eb2434c 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ docreqs:
pip install -r doc/requirements.pip
dochtml:
- $(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html
+ PYTHONPATH=$(CURDIR) $(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html
@echo
@echo "Build finished. The HTML pages are in doc/_build/html."