Commit 3e46d7cb authored by Georg Brandl's avatar Georg Brandl

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

parent 967d41ff
......@@ -40,10 +40,10 @@ today = ''
today_fmt = '%B %d, %Y'
# List of files that shouldn't be included in the build.
unused_docs = [
'maclib/scrap',
'library/xmllib',
'library/xml.etree',
exclude_patterns = [
'maclib/scrap.rst',
'library/xmllib.rst',
'library/xml.etree.rst',
]
# Ignore .rst in Sphinx its self.
......
......@@ -3,6 +3,7 @@
.. module:: repr
:synopsis: Alternate repr() implementation with size limits.
:noindex:
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
.. 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