mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Rename sphinx.addons to sphinx.ext.
This commit is contained in:
parent
4219da4bd0
commit
976a0590bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue