[Python-checkins] cpython (3.4): Remove unused and now removed config value.

georg.brandl python-checkins at python.org
Thu Oct 2 08:27:26 CEST 2014


https://hg.python.org/cpython/rev/3da6d38d7bdd
changeset:   92739:3da6d38d7bdd
branch:      3.4
parent:      92736:191c83f7c850
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 02 08:27:05 2014 +0200
summary:
  Remove unused and now removed config value.

files:
  Doc/conf.py |  8 +-------
  1 files changed, 1 insertions(+), 7 deletions(-)


diff --git a/Doc/conf.py b/Doc/conf.py
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -38,13 +38,6 @@
 # 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 @@
 # By default, highlight as Python 3.
 highlight_language = 'python3'
 
+# Require Sphinx 1.2 for build.
 needs_sphinx = '1.2'
 
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list