summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-10-04 17:10:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-10-04 17:10:14 (GMT)
commite6555ddb69046446a093fe4c2b59ae73c03afa25 (patch)
treea5e887c23a5a80bac7a5188baa4a4165d66705f9
parentce1882bd79236a6a83c4647fa39ceffc660fb92f (diff)
downloadcpython-e6555ddb69046446a093fe4c2b59ae73c03afa25.zip
cpython-e6555ddb69046446a093fe4c2b59ae73c03afa25.tar.gz
cpython-e6555ddb69046446a093fe4c2b59ae73c03afa25.tar.bz2
silence Sphinx warning
-rw-r--r--Doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index 41a6b61..d6bf613 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -47,6 +47,7 @@ unused_docs = [
'whatsnew/2.3',
'whatsnew/2.4',
'whatsnew/2.5',
+ 'whatsnew/2.6',
'maclib/scrap',
'library/xmllib',
'library/xml.etree',