Skip to content

Commit

Permalink
Update to Sphin 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Oct 6, 2010
1 parent 19b3e00 commit 5ad8ed5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ help:
checkout:
@if [ ! -d tools/sphinx ]; then \
echo "Checking out Sphinx..."; \
svn checkout $(SVNROOT)/external/Sphinx-1.0.1/sphinx tools/sphinx; \
svn checkout $(SVNROOT)/external/Sphinx-1.0.4/sphinx tools/sphinx; \
fi
@if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \
Expand Down
2 changes: 1 addition & 1 deletion Doc/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Without make

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

svn co http://svn.python.org/projects/external/Sphinx-1.0.1/sphinx tools/sphinx
svn co http://svn.python.org/projects/external/Sphinx-1.0.4/sphinx tools/sphinx

or by installing it from PyPI.

Expand Down
2 changes: 1 addition & 1 deletion Doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo.
goto end

:checkout
svn co %SVNROOT%/external/Sphinx-1.0.1/sphinx tools/sphinx
svn co %SVNROOT%/external/Sphinx-1.0.4/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
Expand Down

0 comments on commit 5ad8ed5

Please sign in to comment.