Allow SPHINXBUILD to be overridden by environment variable
This commit is contained in:
parent
0264847a37
commit
5b6e2cb5e0
|
@ -272,7 +272,7 @@ EXTRA_DIST = \
|
|||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
SPHINXBUILD = sphinx-build
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
PAPER =
|
||||
BUILDDIR = manual
|
||||
|
||||
|
|
Loading…
Reference in New Issue