mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Fix for newest doctools.
This commit is contained in:
parent
3abc6d6cb3
commit
14a1b8cc46
2 changed files with 11 additions and 11 deletions
20
Doc/conf.py
20
Doc/conf.py
|
@ -38,16 +38,16 @@ today = ''
|
|||
today_fmt = '%B %d, %Y'
|
||||
|
||||
# List of files that shouldn't be included in the build.
|
||||
unused_files = [
|
||||
'whatsnew/2.0.rst',
|
||||
'whatsnew/2.1.rst',
|
||||
'whatsnew/2.2.rst',
|
||||
'whatsnew/2.3.rst',
|
||||
'whatsnew/2.4.rst',
|
||||
'whatsnew/2.5.rst',
|
||||
'maclib/scrap.rst',
|
||||
'library/xmllib.rst',
|
||||
'library/xml.etree.rst',
|
||||
unused_docs = [
|
||||
'whatsnew/2.0',
|
||||
'whatsnew/2.1',
|
||||
'whatsnew/2.2',
|
||||
'whatsnew/2.3',
|
||||
'whatsnew/2.4',
|
||||
'whatsnew/2.5',
|
||||
'maclib/scrap',
|
||||
'library/xmllib',
|
||||
'library/xml.etree',
|
||||
]
|
||||
|
||||
# Relative filename of the reference count data file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue