This extension is safe to run in parallel

A warning about this was printed during `make html` locally.
This commit is contained in:
Jeff Epler 2024-07-20 11:13:43 -05:00
parent 2ffe5c2ff0
commit 27d4fad0f5

View file

@ -40,3 +40,8 @@ def setup(app: Sphinx) -> None:
"autodoc-process-docstring",
remove_first_line_in_module_docstring,
)
return {
"parallel_read_safe": True,
"parallel_write_safe": True,
}