Skip to content

Commit d418244

Browse files
committed
Merge branch 'Calinou-mark-as-parallel-safe'
2 parents a7e0b77 + 71f80e1 commit d418244

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
v1.1.13
2+
* Marked the extension as parallel safe (#46)
3+
14
v1.1.12
25
* Fix bug in Internet Explorer (#33)
36
* Drop support for Python 3.4 (as lxml no longer supports it)

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)