[Python-checkins] cpython: Prevents unnecessary help text appearing in doc build.

steve.dower python-checkins at python.org
Tue Sep 6 13:49:39 EDT 2016


https://hg.python.org/cpython/rev/f824ccaecd8b
changeset: 103122:f824ccaecd8b
user: Steve Dower <steve.dower at microsoft.com>
date: Tue Sep 06 10:49:17 2016 -0700
summary:
 Prevents unnecessary help text appearing in doc build.
files:
 Doc/make.bat | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/make.bat b/Doc/make.bat
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -40,7 +40,7 @@
 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
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /