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 506a2bd commit 0c07e40Copy full SHA for 0c07e40
docs/Makefile
@@ -25,7 +25,7 @@ docset: html
25
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
26
%: Makefile
27
doxygen source/Doxyfile
28
- PYTHONPATH="$(realpath ../test)" @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ PYTHONPATH="$(realpath ../test)" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
29
@python post_process_dispatcher.py $(BUILDDIR)
30
31
clean:
0 commit comments