summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-12 08:09:11 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-12 08:09:11 (GMT)
commitcfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad (patch)
tree92c0777d5c56fa7fc7580fd135c0ce618921ecd4 /Doc/Makefile
parent5e92a50ac0f140817332b9819af1f86acea1b462 (diff)
downloadcpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.zip
cpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.tar.gz
cpython-cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad.tar.bz2
Switch to Sphinx 1.0.5.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 925f68d..83b2170 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -40,7 +40,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
- svn checkout $(SVNROOT)/external/Sphinx-1.0.4/sphinx tools/sphinx; \
+ svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \