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.
1 parent 21ac117 commit 7b2deadCopy full SHA for 7b2dead
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