mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Introduce support for documenting which C API elements are not part of the stable/limited API.
This commit is contained in:
parent
5db7c54f96
commit
5c01d99c12
5 changed files with 152 additions and 30 deletions
|
@ -12,8 +12,8 @@ sys.path.append(os.path.abspath('tools/sphinxext'))
|
|||
# General configuration
|
||||
# ---------------------
|
||||
|
||||
extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage',
|
||||
'sphinx.ext.doctest', 'pyspecific']
|
||||
extensions = ['sphinx.ext.coverage', 'sphinx.ext.doctest',
|
||||
'pyspecific', 'c_annotations']
|
||||
templates_path = ['tools/sphinxext']
|
||||
|
||||
# General substitutions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue