From: Georg Brandl Date: Fri, 23 Jul 2010 16:55:42 +0000 (+0000) Subject: Update to 1.0. X-Git-Tag: v3.2a1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e;p=python Update to 1.0. --- diff --git a/Doc/Makefile b/Doc/Makefile index f62b25ba65..2669d3d431 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-0.6.5/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \