Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfa8e29

Browse files
committed
Switch to Sphinx 1.0.5.
1 parent 5e92a50 commit cfa8e29

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ help:
4040
checkout:
4141
@if [ ! -d tools/sphinx ]; then \
4242
echo "Checking out Sphinx..."; \
43-
svn checkout $(SVNROOT)/external/Sphinx-1.0.4/sphinx tools/sphinx; \
43+
svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \
4444
fi
4545
@if [ ! -d tools/docutils ]; then \
4646
echo "Checking out Docutils..."; \

Doc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Without make
7878

7979
You'll need to install the Sphinx package, either by checking it out via ::
8080

81-
svn co http://svn.python.org/projects/external/Sphinx-1.0.4/sphinx tools/sphinx
81+
svn co http://svn.python.org/projects/external/Sphinx-1.0.5/sphinx tools/sphinx
8282

8383
or by installing it from PyPI.
8484

Doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo.
3434
goto end
3535

3636
:checkout
37-
svn co %SVNROOT%/external/Sphinx-1.0.4/sphinx tools/sphinx
37+
svn co %SVNROOT%/external/Sphinx-1.0.5/sphinx tools/sphinx
3838
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
3939
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
4040
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments

0 commit comments

Comments
 (0)