summaryrefslogtreecommitdiff
path: root/Doc/make.bat
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-06 10:49:17 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-06 10:49:17 -0700
commit003e929cdbff032143e58a4f41e7fc4e18e9b73b (patch)
tree03c64c4644e389bcfa2ba6707fb98bc2de629d62 /Doc/make.bat
parentaf580dff4af3cb812cdd7a229a4a65059b3bc1ee (diff)
downloadcpython-git-003e929cdbff032143e58a4f41e7fc4e18e9b73b.tar.gz
Prevents unnecessary help text appearing in doc build.
Diffstat (limited to 'Doc/make.bat')
-rw-r--r--Doc/make.bat2
1 files changed, 1 insertions, 1 deletions
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