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

Skip to content

Commit e65abb3

Browse files
committed
Merged revisions 73671 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r73671 | benjamin.peterson | 2009-06-28 22:37:21 -0500 (Sun, 28 Jun 2009) | 9 lines Merged revisions 73669 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line update to sphinx 0.6.2 ........ ................
1 parent b8aff6a commit e65abb3

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.1/sphinx tools/sphinx; \
35+
svn checkout $(SVNROOT)/external/Sphinx-0.6.2/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.1/sphinx tools/sphinx
37+
svn co %SVNROOT%/external/Sphinx-0.6.2/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)