mirror of https://github.com/python/cpython
Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
This commit is contained in:
parent
923baea9f9
commit
0b2173a1ee
|
@ -34,7 +34,7 @@ echo.
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:checkout
|
:checkout
|
||||||
svn co %SVNROOT%/external/Sphinx-0.6.7/sphinx tools/sphinx
|
svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx
|
||||||
svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils
|
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/Jinja-2.3.1/jinja2 tools/jinja2
|
||||||
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
|
svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments
|
||||||
|
|
|
@ -953,6 +953,8 @@ Tools/Demos
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- Issue #17412: update 2.7 Doc/make.bat to also use sphinx-1.0.7.
|
||||||
|
|
||||||
- Issue #17047: remove doubled words in docs and docstrings
|
- Issue #17047: remove doubled words in docs and docstrings
|
||||||
reported by Serhiy Storchaka and Matthew Barnett.
|
reported by Serhiy Storchaka and Matthew Barnett.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue