]> granicus.if.org Git - python/commitdiff
Update to Sphin 1.0.4.
authorGeorg Brandl <georg@python.org>
Wed, 6 Oct 2010 12:29:49 +0000 (12:29 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Oct 2010 12:29:49 +0000 (12:29 +0000)
Doc/Makefile
Doc/README.txt
Doc/make.bat

index c9314fb0a0c27b3030d6151832939b72140f07bf..925f68d50ccbf12acb21943050f1a1178633c6eb 100644 (file)
@@ -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..."; \
index 463f1dbf9097eac711d76086e35cf66f031e120f..d77a3f7503a9e1e5cfe38dfe8be5f731b4e9e4de 100644 (file)
@@ -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.
 
index 22889dec82be55db5bb7d098eac04f4f3e623fa1..b89c6fceae54fdc8a0b65340c6bd89351c0bc980 100644 (file)
@@ -34,7 +34,7 @@ echo.
 goto end\r
 \r
 :checkout\r
-svn co %SVNROOT%/external/Sphinx-1.0.1/sphinx tools/sphinx\r
+svn co %SVNROOT%/external/Sphinx-1.0.4/sphinx tools/sphinx\r
 svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils\r
 svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2\r
 svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments\r