Rename sphinx.addons to sphinx.ext.
This commit is contained in:
parent
4219da4bd0
commit
976a0590bb
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue