This extension is safe to run in parallel
A warning about this was printed during `make html` locally.
This commit is contained in:
parent
2ffe5c2ff0
commit
27d4fad0f5
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue