mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make.bat must follow #4097.
This commit is contained in:
parent
62b6d209dc
commit
1b36b3fef7
@ -3,7 +3,7 @@
|
|||||||
REM Command file for Sphinx documentation
|
REM Command file for Sphinx documentation
|
||||||
|
|
||||||
if "%SPHINXBUILD%" == "" (
|
if "%SPHINXBUILD%" == "" (
|
||||||
set SPHINXBUILD=python ../sphinx-build.py
|
set SPHINXBUILD=python ../sphinx/cmd/build.py
|
||||||
)
|
)
|
||||||
set SOURCEDIR=.
|
set SOURCEDIR=.
|
||||||
set BUILDDIR=_build
|
set BUILDDIR=_build
|
||||||
|
Loading…
Reference in New Issue
Block a user