commit | 342fd18f5369863dfa0c44bc1f57476fdde587aa | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Sep 05 10:03:26 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Sep 05 10:03:26 2014 -0400 |
tree | 99b29cf8136f3e549a1e51bf61b573efd0222fcd | |
parent | 32b1ff90abc960f868e00aa1f4a784a423a3c221 [diff] [blame] |
backport our own copy of the ref-counting extension
diff --git a/Doc/conf.py b/Doc/conf.py index b6d212d..5ed1140 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -13,8 +13,8 @@ # 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.