We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583f412 commit 752ba8cCopy full SHA for 752ba8c
sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
@@ -18,7 +18,7 @@
18
from os import path
19
from sphinx.application import Sphinx
20
21
-__version__ = '0.0.6'
+__version__ = '0.0.7'
22
__version_full__ = __version__
23
24
@@ -38,3 +38,4 @@ def setup(app: Sphinx):
38
app.add_html_theme('sphinx_airflow_theme', path.abspath(path.dirname(__file__)))
39
app.add_css_file('_gen/css/main-custom.min.css')
40
app.connect("config-inited", setup_my_func)
41
+ return {"version": "__version__", "parallel_read_safe": True, "parallel_write_safe": True}
0 commit comments