Skip to content

Commit 6766b54

Browse files
committed
Mark the extension as parallel-safe
This closes #32.
1 parent a7213e0 commit 6766b54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sphinx_tabs/tabs.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,3 +341,8 @@ def setup(app):
341341
app.add_javascript(path)
342342
app.connect('html-page-context', update_context)
343343
app.connect('build-finished', copy_assets)
344+
345+
return {
346+
'parallel_read_safe': True,
347+
'parallel_write_safe': True,
348+
}

0 commit comments

Comments
 (0)