mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add refcounting extension to build config.
This commit is contained in:
parent
cf25eb14af
commit
56eadd9d0d
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ sys.path.append('tools/sphinxext')
|
|||
# General configuration
|
||||
# ---------------------
|
||||
|
||||
extensions = ['sphinx.addons.refcounting']
|
||||
|
||||
# General substitutions.
|
||||
project = 'Python'
|
||||
copyright = '1990-%s, Python Software Foundation' % time.strftime('%Y')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue