5 REM Command file for Sphinx documentation
7 if "%SPHINXBUILD%" == "" (
8 set SPHINXBUILD
=sphinx
-build
13 %SPHINXBUILD% >NUL
2>NUL
16 echo.The
'sphinx-build' command was
not found. Make sure you have Sphinx
17 echo.installed
, then set the SPHINXBUILD environment variable to point
18 echo.to the full
path of the
'sphinx-build' executable. Alternatively you
19 echo.may add the Sphinx directory to
PATH.
21 echo.
If you don
't have Sphinx installed, grab it from
22 echo.https://www.sphinx-doc.org/
26 if "%1" == "" goto help
28 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
32 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%