Kaydet (Commit) 3e46d7cb authored tarafından Georg Brandl's avatar Georg Brandl

Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name.

üst 967d41ff
...@@ -40,10 +40,10 @@ today = '' ...@@ -40,10 +40,10 @@ today = ''
today_fmt = '%B %d, %Y' today_fmt = '%B %d, %Y'
# List of files that shouldn't be included in the build. # List of files that shouldn't be included in the build.
unused_docs = [ exclude_patterns = [
'maclib/scrap', 'maclib/scrap.rst',
'library/xmllib', 'library/xmllib.rst',
'library/xml.etree', 'library/xml.etree.rst',
] ]
# Ignore .rst in Sphinx its self. # Ignore .rst in Sphinx its self.
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
.. module:: repr .. module:: repr
:synopsis: Alternate repr() implementation with size limits. :synopsis: Alternate repr() implementation with size limits.
:noindex:
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org> .. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. note:: .. note::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment