Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 14 Mar 2013 23:32:22 +0000 (19:32 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 14 Mar 2013 23:32:22 +0000 (19:32 -0400)
Doc/make.bat
Misc/NEWS

index d234e77c37fe73350c6571d5ee77c7a38fc40eee..d3f01b575caa628e4278c144a8342c310c47e67d 100644 (file)
@@ -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
index 10c3bd0f829506ad9f6ac68c15f5b061322b3021..790979c8ee2c5848ba3e81682637bd0cac8639d5 100644 (file)
--- 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.