From bbd41d0874c49f756b3a7bcdcbf1e5ac61137377 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 14 Jan 2012 16:41:26 +0100 Subject: [PATCH] update Sphinx reference from 0.6.7 to 1.0.7 --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 204998678da..6e694c6f6cb 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.7/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \