This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6fa50f404d Fix sphinx version
6fa50f404d is described below
commit 6fa50f404d7d22c17c458b5ced4c39738e8b0987
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Mar 16 22:14:34 2026 +0100
Fix sphinx version
---
sphinx_airflow_theme/sphinx_airflow_theme/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
index b9a320e5d3..d71e298020 100644
--- a/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
+++ b/sphinx_airflow_theme/sphinx_airflow_theme/__init__.py
@@ -18,7 +18,7 @@
from os import path
from sphinx.application import Sphinx
-__version__ = '0.3.0'
+__version__ = '0.3.1'
__version_full__ = __version__