We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1209ec commit e3ae24fCopy full SHA for e3ae24f
sphinx/quickstart.py
@@ -581,6 +581,20 @@
581
\tgoto end
582
)
583
584
+
585
+%%SPHINXBUILD%% 2> nul
586
+if errorlevel 9009 (
587
+ echo.
588
+ echo.The 'sphinx-build' command was not found. Make sure Sphinx is
589
+ echo.installed, then set the SPHINXBUILD environment variable to point
590
+ echo.to the full path of the 'sphinx-build' executable. Alternatively
591
+ echo.you may add the Sphinx directory to PATH.
592
593
+ echo.If you don't have Sphinx installed, grab it from
594
+ echo.http://sphinx.pocoo.org/
595
+ exit /b 1
596
+)
597
598
if "%%1" == "html" (
599
\t%%SPHINXBUILD%% -b html %%ALLSPHINXOPTS%% %%BUILDDIR%%/html
600
\tif errorlevel 1 exit /b 1
0 commit comments