]> granicus.if.org Git - python/commitdiff
Prepare sphinx extensions for 1.3.
authorGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 20:17:41 +0000 (22:17 +0200)
committerGeorg Brandl <georg@python.org>
Tue, 30 Sep 2014 20:17:41 +0000 (22:17 +0200)
Doc/tools/sphinxext/c_annotations.py
Doc/tools/sphinxext/pyspecific.py

index cf9ad9e7aca37062a23f5e3c6b05c2ab79e73e00..baa39f3b44646ad5f55fd95766ba04be5fd1a9c5 100644 (file)
@@ -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}
index 0cade46f1b660c2c27f3c2ce343e3d1e425b3274..30178eb35480b001709a7a23cbe6d5af38097272 100644 (file)
@@ -305,3 +305,4 @@ def setup(app):
     app.add_description_unit('2to3fixer', '2to3fixer', '%s (2to3 fixer)')
     app.add_directive_to_domain('py', 'decorator', PyDecoratorFunction)
     app.add_directive_to_domain('py', 'decoratormethod', PyDecoratorMethod)
+    return {'version': '1.0', 'parallel_read_safe': True}