commit | 976a0590bb6f82f153cd9fea5832f0f83a8fbe5c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 25 20:17:56 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Feb 25 20:17:56 2008 +0000 |
tree | 1e0b1cfd9a9b24c365fd6f0c3ed6a9f8fe7b41ad | |
parent | 4219da4bd0bd46733e6c07ea33c57d45e11641cf [diff] [blame] |
Rename sphinx.addons to sphinx.ext.
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 @@ # General configuration # --------------------- -extensions = ['sphinx.addons.refcounting', 'sphinx.addons.coverage'] +extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage'] # General substitutions. project = 'Python'