From: Georg Brandl Date: Sat, 28 Mar 2009 19:52:58 +0000 (+0000) Subject: Switch to fixed Sphinx version. X-Git-Tag: v2.7a1~1769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400fd60a8db901fe15f9d1509dab650072c1e867;p=thirdparty%2FPython%2Fcpython.git Switch to fixed Sphinx version. --- diff --git a/Doc/Makefile b/Doc/Makefile index 0fc112401e54..317fcb043866 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..."; \