summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-08 18:57:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-10-08 18:57:13 (GMT)
commit151f42fe12dcc6c731ecab63d7fe1437364666b9 (patch)
tree4f17c6fb8d1d391b3638603475eb6317c2946f24 /Doc/conf.py
parentf3776a17effc7542826e1453b082ca0877722464 (diff)
downloadcpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.zip
cpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.tar.gz
cpython-151f42fe12dcc6c731ecab63d7fe1437364666b9.tar.bz2
Make all whatsnew docs accessible.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index d6bf613..38db324 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -41,13 +41,6 @@ today_fmt = '%B %d, %Y'
# List of files that shouldn't be included in the build.
unused_docs = [
- 'whatsnew/2.0',
- 'whatsnew/2.1',
- 'whatsnew/2.2',
- 'whatsnew/2.3',
- 'whatsnew/2.4',
- 'whatsnew/2.5',
- 'whatsnew/2.6',
'maclib/scrap',
'library/xmllib',
'library/xml.etree',