Rename sphinx.addons to sphinx.ext.

This commit is contained in:
Georg Brandl 2008-02-25 20:17:56 +00:00
parent 4219da4bd0
commit 976a0590bb
1 changed files with 1 additions and 1 deletions

View File

@ -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'