Prevents unnecessary help text appearing in doc build.

This commit is contained in:
Steve Dower 2016-09-06 10:49:17 -07:00
parent af580dff4a
commit 003e929cdb
1 changed files with 1 additions and 1 deletions

View File

@ -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