mirror of
https://github.com/python/cpython.git
synced 2025-09-22 16:33:26 +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
|
@ -345,3 +345,4 @@ def setup(app):
|
|||
app.add_directive_to_domain('py', 'decorator', PyDecoratorFunction)
|
||||
app.add_directive_to_domain('py', 'decoratormethod', PyDecoratorMethod)
|
||||
app.add_directive('miscnews', MiscNews)
|
||||
return {'version': '1.0', 'parallel_read_safe': True}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue