summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-03-28 19:52:58 (GMT)
committerGeorg Brandl <georg@python.org>2009-03-28 19:52:58 (GMT)
commit400fd60a8db901fe15f9d1509dab650072c1e867 (patch)
tree61528f472291e6875d04fded7338bdbdb70d51f2 /Doc/Makefile
parent392775f615a53c22587178b453280f5a6441db2d (diff)
downloadcpython-400fd60a8db901fe15f9d1509dab650072c1e867.zip
cpython-400fd60a8db901fe15f9d1509dab650072c1e867.tar.gz
cpython-400fd60a8db901fe15f9d1509dab650072c1e867.tar.bz2
Switch to fixed Sphinx version.
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 0fc1124..317fcb0 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -31,7 +31,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
- svn checkout $(SVNROOT)/doctools/trunk/sphinx tools/sphinx; \
+ svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \