[Python-checkins] cpython (2.7): update Sphinx reference from 0.6.7 to 1.0.7

sandro.tosi python-checkins at python.org
Sat Jan 14 16:54:09 CET 2012


http://hg.python.org/cpython/rev/905f9d976e7e
changeset:   74394:905f9d976e7e
branch:      2.7
parent:      74376:8935a33773b9
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Sat Jan 14 16:41:26 2012 +0100
summary:
  update Sphinx reference from 0.6.7 to 1.0.7

files:
  Doc/Makefile |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -40,7 +40,7 @@
 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..."; \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list