[Python-checkins] cpython (2.7): Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.

terry.reedy python-checkins at python.org
Fri Mar 15 00:32:42 CET 2013


http://hg.python.org/cpython/rev/7338e7ec47f0
changeset:   82664:7338e7ec47f0
branch:      2.7
parent:      82658:4927899bea8d
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu Mar 14 19:32:22 2013 -0400
summary:
  Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.

files:
  Doc/make.bat |  2 +-
  Misc/NEWS    |  2 ++
  2 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/make.bat b/Doc/make.bat
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -34,7 +34,7 @@
 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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -953,6 +953,8 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list