summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-12 07:10:52 (GMT)
committerGeorg Brandl <georg@python.org>2014-01-12 07:10:52 (GMT)
commit57bc1e21e7df2fe85ec87fcc11451939a309a4af (patch)
treee0c1ac35843189ddaf0d8ff3ba17165b55098ad3 /Doc
parentd87346c0ced1f39b60de4688d6d73355d36f2b97 (diff)
parent55c9e0366ee4477c34c881c942face4368cd4501 (diff)
downloadcpython-57bc1e21e7df2fe85ec87fcc11451939a309a4af.zip
cpython-57bc1e21e7df2fe85ec87fcc11451939a309a4af.tar.gz
cpython-57bc1e21e7df2fe85ec87fcc11451939a309a4af.tar.bz2
merge with 3.3
Diffstat (limited to 'Doc')
-rw-r--r--Doc/make.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index 675e793..4bae679 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -34,10 +34,10 @@ echo.
goto end
:checkout
-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.5dev-20120930/pygments tools/pygments
+svn co %SVNROOT%/external/Sphinx-1.2/sphinx tools/sphinx
+svn co %SVNROOT%/external/docutils-0.11/docutils tools/docutils
+svn co %SVNROOT%/external/Jinja2-2.7.2/jinja2 tools/jinja2
+svn co %SVNROOT%/external/Pygments-1.6/pygments tools/pygments
goto end
:update