Skip to content

Commit 1e8295d

Browse files
authored
Explicitly tell sphinx that theme is parallel safe (#164)
1 parent 4cb0ab6 commit 1e8295d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydata_sphinx_theme/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,5 @@ def setup(app):
185185
app.set_translator("readthedocsdirhtml", BootstrapHTML5Translator, override=True)
186186
app.connect("html-page-context", setup_edit_url)
187187
app.connect("html-page-context", add_toctree_functions)
188+
189+
return {"parallel_read_safe": True, "parallel_write_safe": True}

0 commit comments

Comments
 (0)