From: Georg Brandl Date: Fri, 12 Nov 2010 08:09:11 +0000 (+0000) Subject: Switch to Sphinx 1.0.5. X-Git-Tag: v3.2a4~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa8e29d1cb2c8e2c0e4a825a7ebd5ba911cc3ad;p=python Switch to Sphinx 1.0.5. --- diff --git a/Doc/Makefile b/Doc/Makefile index 925f68d50c..83b217004a 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-1.0.4/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ diff --git a/Doc/README.txt b/Doc/README.txt index d77a3f7503..f3fe9f1405 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -78,7 +78,7 @@ Without make You'll need to install the Sphinx package, either by checking it out via :: - svn co http://svn.python.org/projects/external/Sphinx-1.0.4/sphinx tools/sphinx + svn co http://svn.python.org/projects/external/Sphinx-1.0.5/sphinx tools/sphinx or by installing it from PyPI. diff --git a/Doc/make.bat b/Doc/make.bat index b89c6fceae..75bd403737 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -34,7 +34,7 @@ echo. goto end :checkout -svn co %SVNROOT%/external/Sphinx-1.0.4/sphinx tools/sphinx +svn co %SVNROOT%/external/Sphinx-1.0.5/sphinx tools/sphinx svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2 svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments