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 9e80bfa commit 04dfb4cCopy full SHA for 04dfb4c
apidoc/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = python -m sphinx
7
SOURCEDIR = .
8
BUILDDIR = _build
9
@@ -16,4 +16,4 @@ help:
16
# Catch-all target: route all unknown targets to Sphinx using the new
17
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
18
%: Makefile
19
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
0 commit comments