From 6b0e0e41b8ceb63a56421ff16c03b40adc67ae1e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 23 Jul 2010 16:55:42 +0000 Subject: [PATCH] Update to 1.0. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."; \ -- 2.50.0