]> granicus.if.org Git - python/commitdiff
Remove unused and now removed config value.
authorGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 06:27:05 +0000 (08:27 +0200)
committerGeorg Brandl <georg@python.org>
Thu, 2 Oct 2014 06:27:05 +0000 (08:27 +0200)
Doc/conf.py

index 3bd82b1095235c626711d6081d35996ab2f88369..d663d827d3520546e111f03e37656a7802a5e32e 100644 (file)
@@ -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'