commit | 3e46d7cba27f5636ba16c37651ba4ff6371e1a50 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Sep 21 00:42:40 2014 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Sep 21 00:42:40 2014 +0200 |
tree | 7dbb7da8230662df1285a4eed96a5aa6618edc93 | |
parent | 967d41fff1df58ba5ac64d161e3134a307a750ac [diff] [blame] |
Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name.
diff --git a/Doc/conf.py b/Doc/conf.py index 5ed1140..c90ed59 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -40,10 +40,10 @@ 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.