diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-14 23:32:22 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-14 23:32:22 (GMT) |
commit | 0b2173a1ee99b57f0185171543af076f1fa38195 (patch) | |
tree | b92d7c1966aacd6eb6ac7bd6d8db58069bb40af4 /Doc/make.bat | |
parent | 923baea9f921e829ece677e32c45a1a91acb3bef (diff) | |
download | cpython-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.bat | 2 |
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 |