diff options
author | Georg Brandl <georg@python.org> | 2008-02-25 20:17:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-25 20:17:56 (GMT) |
commit | 976a0590bb6f82f153cd9fea5832f0f83a8fbe5c (patch) | |
tree | 1e0b1cfd9a9b24c365fd6f0c3ed6a9f8fe7b41ad /Doc/conf.py | |
parent | 4219da4bd0bd46733e6c07ea33c57d45e11641cf (diff) | |
download | cpython-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.py | 2 |
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' |