File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040checkout :
4141 @if [ ! -d tools/sphinx ]; then \
4242 echo " Checking out Sphinx..." ; \
43- svn checkout $(SVNROOT ) /external/Sphinx-1.0.4 /sphinx tools/sphinx; \
43+ svn checkout $(SVNROOT ) /external/Sphinx-1.0.5 /sphinx tools/sphinx; \
4444 fi
4545 @if [ ! -d tools/docutils ]; then \
4646 echo " Checking out Docutils..." ; \
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Without make
7878
7979You'll need to install the Sphinx package, either by checking it out via ::
8080
81- svn co http://svn.python.org/projects/external/Sphinx-1.0.4 /sphinx tools/sphinx
81+ svn co http://svn.python.org/projects/external/Sphinx-1.0.5 /sphinx tools/sphinx
8282
8383or by installing it from PyPI.
8484
Original file line number Diff line number Diff line change 3434goto end
3535
3636:checkout
37- svn co %SVNROOT% /external/Sphinx-1.0.4 /sphinx tools/sphinx
37+ svn co %SVNROOT% /external/Sphinx-1.0.5 /sphinx tools/sphinx
3838svn co %SVNROOT% /external/docutils-0.6/docutils tools/docutils
3939svn co %SVNROOT% /external/Jinja-2.3.1/jinja2 tools/jinja2
4040svn co %SVNROOT% /external/Pygments-1.3.1/pygments tools/pygments
You can’t perform that action at this time.
0 commit comments