diff options
author | Georg Brandl <georg@python.org> | 2009-03-28 19:52:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-28 19:52:58 (GMT) |
commit | 400fd60a8db901fe15f9d1509dab650072c1e867 (patch) | |
tree | 61528f472291e6875d04fded7338bdbdb70d51f2 | |
parent | 392775f615a53c22587178b453280f5a6441db2d (diff) | |
download | cpython-400fd60a8db901fe15f9d1509dab650072c1e867.zip cpython-400fd60a8db901fe15f9d1509dab650072c1e867.tar.gz cpython-400fd60a8db901fe15f9d1509dab650072c1e867.tar.bz2 |
Switch to fixed Sphinx version.
-rw-r--r-- | Doc/Makefile | 2 |
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..."; \ |