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

Skip to content

Commit 6dc50f3

Browse files
committed
Update to 1.0.7.
1 parent 5cc3dcb commit 6dc50f3

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
@@ -41,7 +41,7 @@ help:
4141
checkout:
4242
@if [ ! -d tools/sphinx ]; then \
4343
echo "Checking out Sphinx..."; \
44-
svn checkout $(SVNROOT)/external/Sphinx-1.0.5/sphinx tools/sphinx; \
44+
svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \
4545
fi
4646
@if [ ! -d tools/docutils ]; then \
4747
echo "Checking out Docutils..."; \

Doc/README.txt

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

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

84-
svn co http://svn.python.org/projects/external/Sphinx-1.0.5/sphinx tools/sphinx
84+
svn co http://svn.python.org/projects/external/Sphinx-1.0.7/sphinx tools/sphinx
8585

8686
or by installing it from PyPI.
8787

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.5/sphinx tools/sphinx
37+
svn co %SVNROOT%/external/Sphinx-1.0.7/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)