chore: Tell sphinx that our custom extensions are parallel_read_safe (#893)
This commit is contained in:
@@ -32,3 +32,5 @@ def _on_process_docstring(app, what, name, obj, options, lines):
|
||||
|
||||
def setup(app):
|
||||
app.connect('autodoc-process-docstring', _on_process_docstring)
|
||||
|
||||
return {'parallel_read_safe': True}
|
||||
|
||||
@@ -62,3 +62,5 @@ def _on_process_docstring(app, what, name, obj, options, lines):
|
||||
|
||||
def setup(app):
|
||||
app.connect('autodoc-process-docstring', _on_process_docstring)
|
||||
|
||||
return {'parallel_read_safe': True}
|
||||
|
||||
Reference in New Issue
Block a user