mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Prepare sphinx extensions for 1.3.
This commit is contained in:
		
							parent
							
								
									45d929dc64
								
							
						
					
					
						commit
						bae334cda9
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ | ||||||
|     Usage: Set the `refcount_file` config value to the path to the reference |     Usage: Set the `refcount_file` config value to the path to the reference | ||||||
|     count data file. |     count data file. | ||||||
| 
 | 
 | ||||||
|     :copyright: Copyright 2007-2013 by Georg Brandl. |     :copyright: Copyright 2007-2014 by Georg Brandl. | ||||||
|     :license: Python license. |     :license: Python license. | ||||||
| """ | """ | ||||||
| 
 | 
 | ||||||
|  | @ -118,3 +118,4 @@ def new_handle_signature(self, sig, signode): | ||||||
|         signode.parent['stableabi'] = 'stableabi' in self.options |         signode.parent['stableabi'] = 'stableabi' in self.options | ||||||
|         return old_handle_signature(self, sig, signode) |         return old_handle_signature(self, sig, signode) | ||||||
|     CObject.handle_signature = new_handle_signature |     CObject.handle_signature = new_handle_signature | ||||||
|  |     return {'version': '1.0', 'parallel_read_safe': True} | ||||||
|  |  | ||||||
|  | @ -345,3 +345,4 @@ def setup(app): | ||||||
|     app.add_directive_to_domain('py', 'decorator', PyDecoratorFunction) |     app.add_directive_to_domain('py', 'decorator', PyDecoratorFunction) | ||||||
|     app.add_directive_to_domain('py', 'decoratormethod', PyDecoratorMethod) |     app.add_directive_to_domain('py', 'decoratormethod', PyDecoratorMethod) | ||||||
|     app.add_directive('miscnews', MiscNews) |     app.add_directive('miscnews', MiscNews) | ||||||
|  |     return {'version': '1.0', 'parallel_read_safe': True} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl