]> granicus.if.org Git - python/commitdiff
Prevents unnecessary help text appearing in doc build.
authorSteve Dower <steve.dower@microsoft.com>
Tue, 6 Sep 2016 17:49:17 +0000 (10:49 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 6 Sep 2016 17:49:17 +0000 (10:49 -0700)
Doc/make.bat

index 5ab80850a3103b0d7ae49125b96bde3e39e0e774..da1f8765a4f358230544ab52dc17fc763fece6c5 100644 (file)
@@ -40,7 +40,7 @@ if "%1" == "clean" (
     goto end\r
 )\r
 \r
-%SPHINXBUILD% 2> nul\r
+%SPHINXBUILD% >nul 2> nul\r
 if errorlevel 9009 (\r
     echo.\r
     echo.The 'sphinx-build' command was not found. Make sure you have Sphinx\r