mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
update Sphinx reference from 0.6.7 to 1.0.7
This commit is contained in:
parent
150122a5a2
commit
bbd41d0874
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ help:
|
||||||
checkout:
|
checkout:
|
||||||
@if [ ! -d tools/sphinx ]; then \
|
@if [ ! -d tools/sphinx ]; then \
|
||||||
echo "Checking out Sphinx..."; \
|
echo "Checking out Sphinx..."; \
|
||||||
svn checkout $(SVNROOT)/external/Sphinx-0.6.7/sphinx tools/sphinx; \
|
svn checkout $(SVNROOT)/external/Sphinx-1.0.7/sphinx tools/sphinx; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -d tools/docutils ]; then \
|
@if [ ! -d tools/docutils ]; then \
|
||||||
echo "Checking out Docutils..."; \
|
echo "Checking out Docutils..."; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue