mirror of https://github.com/python/cpython
Prevents unnecessary help text appearing in doc build.
This commit is contained in:
parent
af580dff4a
commit
003e929cdb
|
@ -40,7 +40,7 @@ if "%1" == "clean" (
|
|||
goto end
|
||||
)
|
||||
|
||||
%SPHINXBUILD% 2> nul
|
||||
%SPHINXBUILD% >nul 2> nul
|
||||
if errorlevel 9009 (
|
||||
echo.
|
||||
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
|
||||
|
|
Loading…
Reference in New Issue