summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-29 03:30:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-29 03:30:55 (GMT)
commit8e7b476945c7dfe85bca85dbb5c8214c6138b3ff (patch)
treed9a70635ca465d9581ad6841aadf4c8ef22e2229
parent7274cffa9e038ddef9ced658165014629ef3e715 (diff)
downloadcpython-8e7b476945c7dfe85bca85dbb5c8214c6138b3ff.zip
cpython-8e7b476945c7dfe85bca85dbb5c8214c6138b3ff.tar.gz
cpython-8e7b476945c7dfe85bca85dbb5c8214c6138b3ff.tar.bz2
update to sphinx 0.6.2
-rw-r--r--Doc/Makefile2
-rw-r--r--Doc/make.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index c9f3ed6..146e1b3 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -32,7 +32,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
- svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \
+ svn checkout $(SVNROOT)/external/Sphinx-0.6.2/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \
diff --git a/Doc/make.bat b/Doc/make.bat
index 11f73ab..1e6fc56 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -34,7 +34,7 @@ echo.
goto end
:checkout
-svn co %SVNROOT%/external/Sphinx-0.6.1/sphinx tools/sphinx
+svn co %SVNROOT%/external/Sphinx-0.6.2/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments