Skip to content

Commit a22cbe9

Browse files
committed
Merge branch 'mark-as-parallel-safe' of https://github.com/Calinou/sphinx-tabs into Calinou-mark-as-parallel-safe
2 parents a7e0b77 + 6766b54 commit a22cbe9

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)