diff options
| author | Georg Brandl <georg@python.org> | 2014-09-30 20:17:41 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-09-30 20:17:41 (GMT) |
| commit | bae334cda9e1f75c55f98842d3758bf14be26d76 (patch) | |
| tree | 9cf557f3fba1fb20f364280e212bab82b62d7728 /Doc/tools/sphinxext/c_annotations.py | |
| parent | 45d929dc64a3d8fc462f994f59e18b0a22262a0d (diff) | |
| download | cpython-bae334cda9e1f75c55f98842d3758bf14be26d76.zip cpython-bae334cda9e1f75c55f98842d3758bf14be26d76.tar.gz cpython-bae334cda9e1f75c55f98842d3758bf14be26d76.tar.bz2 | |
Prepare sphinx extensions for 1.3.
Diffstat (limited to 'Doc/tools/sphinxext/c_annotations.py')
| -rw-r--r-- | Doc/tools/sphinxext/c_annotations.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/c_annotations.py b/Doc/tools/sphinxext/c_annotations.py index cf9ad9e..baa39f3 100644 --- a/Doc/tools/sphinxext/c_annotations.py +++ b/Doc/tools/sphinxext/c_annotations.py @@ -13,7 +13,7 @@ Usage: Set the `refcount_file` config value to the path to the reference count data file. - :copyright: Copyright 2007-2013 by Georg Brandl. + :copyright: Copyright 2007-2014 by Georg Brandl. :license: Python license. """ @@ -118,3 +118,4 @@ def setup(app): signode.parent['stableabi'] = 'stableabi' in self.options return old_handle_signature(self, sig, signode) CObject.handle_signature = new_handle_signature + return {'version': '1.0', 'parallel_read_safe': True} |
