diff options
author | Georg Brandl <georg@python.org> | 2010-11-12 08:09:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-12 08:09:11 (GMT) |
commit | cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad (patch) | |
tree | 92c0777d5c56fa7fc7580fd135c0ce618921ecd4 /Doc/make.bat | |
parent | 5e92a50ac0f140817332b9819af1f86acea1b462 (diff) | |
download | cpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.zip cpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.tar.gz cpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.tar.bz2 |
Switch to Sphinx 1.0.5.
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 b89c6fc..75bd403 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -34,7 +34,7 @@ echo. goto end
:checkout
-svn co %SVNROOT%/external/Sphinx-1.0.4/sphinx tools/sphinx
+svn co %SVNROOT%/external/Sphinx-1.0.5/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
|