We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be2780 commit e59be31Copy full SHA for e59be31
docs/Makefile
@@ -1,6 +1,8 @@
1
# Minimal makefile for Sphinx documentation
2
#
3
4
+PYPATH=${PWD}/..
5
+
6
# You can set these variables from the command line, and also
7
# from the environment for the first two.
8
SPHINXOPTS ?=
@@ -22,4 +24,4 @@ clean:
22
24
# Catch-all target: route all unknown targets to Sphinx using the new
23
25
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
26
%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
27
+ @PYTHONPATH=${PYPATH} $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments