Introduce support for documenting which C API elements are not part of the stable/limited API.

This commit is contained in:
Georg Brandl 2013-10-12 19:54:30 +02:00
parent 5db7c54f96
commit 5c01d99c12
5 changed files with 152 additions and 30 deletions

View file

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