mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Switch to fixed Sphinx version.
This commit is contained in:
parent
392775f615
commit
400fd60a8d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ help:
|
|||
checkout:
|
||||
@if [ ! -d tools/sphinx ]; then \
|
||||
echo "Checking out Sphinx..."; \
|
||||
svn checkout $(SVNROOT)/doctools/trunk/sphinx tools/sphinx; \
|
||||
svn checkout $(SVNROOT)/external/Sphinx-0.6.1/sphinx tools/sphinx; \
|
||||
fi
|
||||
@if [ ! -d tools/docutils ]; then \
|
||||
echo "Checking out Docutils..."; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue