summaryrefslogtreecommitdiff
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-02 08:27:05 +0200
committerGeorg Brandl <georg@python.org>2014-10-02 08:27:05 +0200
commitea7ec2b48115c1b70d4472015703c56634a54edf (patch)
treef1fe2c749e5058278fb1f193edbb4d0235680931 /Doc/conf.py
parent6e978d275424f9488d1378ed1421dcca9e9d8d18 (diff)
downloadcpython-git-ea7ec2b48115c1b70d4472015703c56634a54edf.tar.gz
Remove unused and now removed config value.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 3bd82b1095..d663d827d3 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -38,13 +38,6 @@ today = ''
# Else, today_fmt is used as the format for a strftime call.
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',
-]
-
# Ignore .rst in Sphinx its self.
exclude_trees = ['tools/sphinx']
@@ -61,6 +54,7 @@ add_module_names = True
# By default, highlight as Python 3.
highlight_language = 'python3'
+# Require Sphinx 1.2 for build.
needs_sphinx = '1.2'