summaryrefslogtreecommitdiffstats
path: root/Doc/make.bat
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-14 23:32:22 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-14 23:32:22 (GMT)
commit0b2173a1ee99b57f0185171543af076f1fa38195 (patch)
treeb92d7c1966aacd6eb6ac7bd6d8db58069bb40af4 /Doc/make.bat
parent923baea9f921e829ece677e32c45a1a91acb3bef (diff)
downloadcpython-0b2173a1ee99b57f0185171543af076f1fa38195.zip
cpython-0b2173a1ee99b57f0185171543af076f1fa38195.tar.gz
cpython-0b2173a1ee99b57f0185171543af076f1fa38195.tar.bz2
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
Diffstat (limited to 'Doc/make.bat')
-rw-r--r--Doc/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index d234e77..d3f01b5 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