mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
use Sphinx 0.6.3
This commit is contained in:
parent
2fb77bd6f5
commit
cde5115f26
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ help:
|
|||
checkout:
|
||||
@if [ ! -d tools/sphinx ]; then \
|
||||
echo "Checking out Sphinx..."; \
|
||||
svn checkout $(SVNROOT)/external/Sphinx-0.6.2/sphinx tools/sphinx; \
|
||||
svn checkout $(SVNROOT)/external/Sphinx-0.6.3/sphinx tools/sphinx; \
|
||||
fi
|
||||
@if [ ! -d tools/docutils ]; then \
|
||||
echo "Checking out Docutils..."; \
|
||||
|
|
|
@ -34,7 +34,7 @@ echo.
|
|||
goto end
|
||||
|
||||
:checkout
|
||||
svn co %SVNROOT%/external/Sphinx-0.6.2/sphinx tools/sphinx
|
||||
svn co %SVNROOT%/external/Sphinx-0.6.3/sphinx tools/sphinx
|
||||
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
|
||||
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
|
||||
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue