summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-29 03:46:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-29 03:46:42 (GMT)
commite65abb3fb04d9e1f273885b3cfa8da46b7f96018 (patch)
tree7a0012d79668914092dc4b2d4e255b1701e5599e /Doc
parentb8aff6a6aa6df5a53d97caf0777a7fedd0dab6a0 (diff)
downloadcpython-e65abb3fb04d9e1f273885b3cfa8da46b7f96018.zip
cpython-e65abb3fb04d9e1f273885b3cfa8da46b7f96018.tar.gz
cpython-e65abb3fb04d9e1f273885b3cfa8da46b7f96018.tar.bz2
Merged revisions 73671 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73671 | benjamin.peterson | 2009-06-28 22:37:21 -0500 (Sun, 28 Jun 2009) | 9 lines Merged revisions 73669 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line update to sphinx 0.6.2 ........ ................
Diffstat (limited to 'Doc')
-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 c51fc8d..0b618e3 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