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

Skip to content

Commit d2ad226

Browse files
committed
Merged revisions 76256 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r76256 | benjamin.peterson | 2009-11-13 17:14:24 -0600 (Fri, 13 Nov 2009) | 9 lines Merged revisions 76255 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line use Sphinx 0.6.3 ........ ................
1 parent 4def515 commit d2ad226

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ help:
3232
checkout:
3333
@if [ ! -d tools/sphinx ]; then \
3434
echo "Checking out Sphinx..."; \
35-
svn checkout $(SVNROOT)/external/Sphinx-0.6.2/sphinx tools/sphinx; \
35+
svn checkout $(SVNROOT)/external/Sphinx-0.6.3/sphinx tools/sphinx; \
3636
fi
3737
@if [ ! -d tools/docutils ]; then \
3838
echo "Checking out Docutils..."; \

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-0.6.2/sphinx tools/sphinx
37+
svn co %SVNROOT%/external/Sphinx-0.6.3/sphinx tools/sphinx
3838
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
3939
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
4040
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments

0 commit comments

Comments
 (0)