commit | 400fd60a8db901fe15f9d1509dab650072c1e867 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 28 19:52:58 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 28 19:52:58 2009 +0000 |
tree | 61528f472291e6875d04fded7338bdbdb70d51f2 | |
parent | 392775f615a53c22587178b453280f5a6441db2d [diff] |
Switch to fixed Sphinx version.
diff --git a/Doc/Makefile b/Doc/Makefile index 0fc1124..317fcb0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -31,7 +31,7 @@ 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..."; \