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