We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ac117 + 7b2dead commit 479fa0eCopy full SHA for 479fa0e
mpl_sphinx_theme/__init__.py
@@ -12,3 +12,4 @@ def get_html_theme_path():
12
def setup(app):
13
app.add_html_theme("mpl_sphinx_theme",
14
str(Path(__file__).parent.resolve()))
15
+ return {'version': __version__, 'parallel_read_safe': True}
0 commit comments