Skip to content

Commit 7b2dead

Browse files
committed
Mark extension as parallel read safe
Fixes #15
1 parent 21ac117 commit 7b2dead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpl_sphinx_theme/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ def get_html_theme_path():
1212
def setup(app):
1313
app.add_html_theme("mpl_sphinx_theme",
1414
str(Path(__file__).parent.resolve()))
15+
return {'version': __version__, 'parallel_read_safe': True}

0 commit comments

Comments
 (0)