Changed docs Makefile to use local sphinx-build when present
This commit is contained in:
parent
d0ea0fc9ac
commit
62be0bd292
@ -3,7 +3,11 @@
|
|||||||
|
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
SPHINXOPTS =
|
SPHINXOPTS =
|
||||||
SPHINXBUILD = sphinx-build
|
ifeq ($(wildcard sphinx-build), )
|
||||||
|
SPHINXBUILD = sphinx-build
|
||||||
|
else
|
||||||
|
SPHINXBUILD = ./sphinx-build
|
||||||
|
endif
|
||||||
PAPER =
|
PAPER =
|
||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user