From: Terry Jan Reedy Date: Thu, 14 Mar 2013 23:32:22 +0000 (-0400) Subject: Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. X-Git-Tag: v2.7.4rc1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b2173a1ee99b57f0185171543af076f1fa38195;p=thirdparty%2FPython%2Fcpython.git Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. --- diff --git a/Doc/make.bat b/Doc/make.bat index d234e77c37fe..d3f01b575caa 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -34,7 +34,7 @@ echo. goto end :checkout -svn co %SVNROOT%/external/Sphinx-0.6.7/sphinx tools/sphinx +svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2 svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments diff --git a/Misc/NEWS b/Misc/NEWS index 10c3bd0f8295..790979c8ee2c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -953,6 +953,8 @@ Tools/Demos Documentation ------------- +- Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7. + - Issue #17047: remove doubled words in docs and docstrings reported by Serhiy Storchaka and Matthew Barnett.