diff options
author | Georg Brandl <georg@python.org> | 2010-10-06 12:29:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-06 12:29:49 (GMT) |
commit | 5ad8ed5f26d5d511c3c058c16229e35cb43ba29f (patch) | |
tree | 17ce5739b39c8c0e926a3f3bac3fc310b05b006c /Doc | |
parent | 19b3e00627d162f338cd2d1fc0b51ab3f352d38a (diff) | |
download | cpython-5ad8ed5f26d5d511c3c058c16229e35cb43ba29f.zip cpython-5ad8ed5f26d5d511c3c058c16229e35cb43ba29f.tar.gz cpython-5ad8ed5f26d5d511c3c058c16229e35cb43ba29f.tar.bz2 |
Update to Sphin 1.0.4.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/README.txt | 2 | ||||
-rw-r--r-- | Doc/make.bat | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c9314fb..925f68d 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.1/sphinx tools/sphinx; \ + svn checkout $(SVNROOT)/external/Sphinx-1.0.4/sphinx tools/sphinx; \ fi @if [ ! -d tools/docutils ]; then \ echo "Checking out Docutils..."; \ diff --git a/Doc/README.txt b/Doc/README.txt index 463f1db..d77a3f7 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.1/sphinx tools/sphinx + svn co http://svn.python.org/projects/external/Sphinx-1.0.4/sphinx tools/sphinx or by installing it from PyPI. diff --git a/Doc/make.bat b/Doc/make.bat index 22889de..b89c6fc 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -34,7 +34,7 @@ echo. goto end
:checkout
-svn co %SVNROOT%/external/Sphinx-1.0.1/sphinx tools/sphinx
+svn co %SVNROOT%/external/Sphinx-1.0.4/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
|