Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea7ec2b

Browse files
committed
Remove unused and now removed config value.
1 parent 6e978d2 commit ea7ec2b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Doc/conf.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
# Else, today_fmt is used as the format for a strftime call.
3939
today_fmt = '%B %d, %Y'
4040

41-
# List of files that shouldn't be included in the build.
42-
unused_docs = [
43-
'maclib/scrap',
44-
'library/xmllib',
45-
'library/xml.etree',
46-
]
47-
4841
# Ignore .rst in Sphinx its self.
4942
exclude_trees = ['tools/sphinx']
5043

@@ -61,6 +54,7 @@
6154
# By default, highlight as Python 3.
6255
highlight_language = 'python3'
6356

57+
# Require Sphinx 1.2 for build.
6458
needs_sphinx = '1.2'
6559

6660

0 commit comments

Comments
 (0)