chore: Tell sphinx that our custom extensions are parallel_read_safe (#893)

This commit is contained in:
Kurt Griffiths
2016-09-08 11:34:37 -06:00
committed by GitHub
parent 4142f1d6a3
commit dd5a5291f7
2 changed files with 4 additions and 0 deletions

View File

@@ -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}

View File

@@ -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}