[Python-checkins] [python/cpython] b8b9f9: [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-16...
GitHub
noreply at github.com
Tue May 16 18:26:50 EDT 2017
Branch: refs/heads/2.7
Home: https://github.com/python/cpython
Commit: b8b9f95f660d00ce9bd11bd9de429176858be3c5
https://github.com/python/cpython/commit/b8b9f95f660d00ce9bd11bd9de429176858be3c5
Author: Serhiy Storchaka <storchaka at gmail.com>
Date: 2017年05月17日 (2017年5月17日)
Changed paths:
M Doc/howto/urllib2.rst
M Doc/library/functions.rst
M Doc/library/pyexpat.rst
M Doc/library/xml.dom.minidom.rst
M Doc/library/xml.etree.elementtree.rst
M Doc/tools/susp-ignored.csv
Log Message:
-----------
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
* Use explicit numbering for footnotes referred by explicit number.
* Fix literal strings formatting in howto/urllib2.rst.
* Add `:noindex:` to duplicated definition of list.
* Update susp-ignored.csv for reference/expressions.rst.
(cherry picked from commit d97b7dc94b19063f0589d401bdc4aaadc7030762)
More information about the Python-checkins
mailing list