From: Steve Dower Date: Tue, 6 Sep 2016 17:49:17 +0000 (-0700) Subject: Prevents unnecessary help text appearing in doc build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=003e929cdbff032143e58a4f41e7fc4e18e9b73b;p=python Prevents unnecessary help text appearing in doc build. --- diff --git a/Doc/make.bat b/Doc/make.bat index 5ab80850a3..da1f8765a4 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -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