This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch publish-airflow-docs-latest-layout-2025-12
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 76c79c1bb34bdc502d785a0b60384aac8afb150b
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Dec 17 03:25:29 2025 +0000

    Bump Sphinx Airflow theme to 0.3.0 (#59538)
    
    Part of https://github.com/apache/airflow-site/pull/1270 so all newly 
released and dev versions are modernized and support dark mode
    
    (cherry picked from commit 4713f72525d14d7d61c3e2c841990c7e4bda23b7)
---
 devel-common/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index a7288a8b8f0..ed8c483f4c4 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -76,7 +76,7 @@ dependencies = [
     "rich-click>=1.7.1",
     "click>=8.1.8",
     "docutils>=0.21",
-    
"sphinx-airflow-theme@https://github.com/apache/airflow-site/releases/download/0.2.3/sphinx_airflow_theme-0.2.3-py3-none-any.whl";,
+    
"sphinx-airflow-theme@https://github.com/apache/airflow-site/releases/download/0.3.0/sphinx_airflow_theme-0.3.0-py3-none-any.whl";,
     "sphinx-argparse>=0.4.0",
     "sphinx-autoapi>=3",
     "sphinx-autobuild>=2024.10.2",

Reply via email to