summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-25 20:17:56 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-25 20:17:56 (GMT)
commit976a0590bb6f82f153cd9fea5832f0f83a8fbe5c (patch)
tree1e0b1cfd9a9b24c365fd6f0c3ed6a9f8fe7b41ad /Doc/conf.py
parent4219da4bd0bd46733e6c07ea33c57d45e11641cf (diff)
downloadcpython-976a0590bb6f82f153cd9fea5832f0f83a8fbe5c.zip
cpython-976a0590bb6f82f153cd9fea5832f0f83a8fbe5c.tar.gz
cpython-976a0590bb6f82f153cd9fea5832f0f83a8fbe5c.tar.bz2
Rename sphinx.addons to sphinx.ext.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/conf.py b/Doc/conf.py
index bca1bef..10b9d6e 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -13,7 +13,7 @@ sys.path.append('tools/sphinxext')
# General configuration
# ---------------------
-extensions = ['sphinx.addons.refcounting', 'sphinx.addons.coverage']
+extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage']
# General substitutions.
project = 'Python'