8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603d05b commit 173cf53Copy full SHA for 173cf53
doc/sphinxext/add_toctree_functions.py
@@ -150,3 +150,5 @@ def docutils_node_to_jinja(list_item, only_pages=False, numbered=False):
150
151
def setup(app):
152
app.connect("html-page-context", add_toctree_functions)
153
+
154
+ return {'parallel_read_safe': True, 'parallel_write_safe': True}
0 commit comments