From: Georg Brandl Date: Sat, 15 Jan 2011 16:45:03 +0000 (+0000) Subject: Update to 1.0.7. X-Git-Tag: v3.2rc1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dc50f34ddb8a5c3b11570575348c9b94919b024;p=thirdparty%2FPython%2Fcpython.git Update to 1.0.7. --- diff --git a/Doc/Makefile b/Doc/Makefile index e7708fd7a04a..a1ffe63aa2dc 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -41,7 +41,7 @@ help: checkout: @if [ ! -d tools/sphinx ]; then \ echo "Checking out Sphinx..."; \ - svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ diff --git a/Doc/README.txt b/Doc/README.txt index e386e876fa9c..50c199edab79 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -81,7 +81,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.5/sphinx tools/sphinx + svn co http://svn.python.org/projects/external/Sphinx-1.0.7/sphinx tools/sphinx or by installing it from PyPI. diff --git a/Doc/make.bat b/Doc/make.bat index 75bd40373778..0e52fa4ca7fd 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -34,7 +34,7 @@ echo. goto end :checkout -svn co %SVNROOT%/external/Sphinx-1.0.5/sphinx tools/sphinx +svn co %SVNROOT%/external/Sphinx-1.0.7/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