commit | d3ded080482beae578faa704b13534a62d066f9f | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Aug 13 21:41:54 2020 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 13 21:41:54 2020 +0200 |
tree | 7ca864cdf5ebac68481f2c794725df7df2519210 | |
parent | 20ae565bd2d79425d5567c001ed8f89848d7d907 [diff] |
bpo-40204: Add :noindex: in the documentation (GH-21859) Add :noindex: to duplicated documentation to fix "duplicate object description" errors. For example, fix this Sphinx 3 issue: Doc/library/configparser.rst:1146: WARNING: duplicate object description of configparser.ConfigParser.optionxform, other instance in library/configparser, use :noindex: for one of them