mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Prevents unnecessary help text appearing in doc build.
This commit is contained in:
parent
af580dff4a
commit
003e929cdb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue