We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59443c commit 0c98c92Copy full SHA for 0c98c92
docs/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = $(shell which sphinx-build)
7
PAPER =
8
BUILDDIR = _build
9
0 commit comments