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

rahulvats pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new f03e8297cc5 [v3-1-test] Pull the sphinx-airflow-theme wheel from 
airflow.apache.org (#62710) (#62713)
f03e8297cc5 is described below

commit f03e8297cc5546d92a5ba3e9c03a36e558d313d9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 3 12:53:00 2026 +0530

    [v3-1-test] Pull the sphinx-airflow-theme wheel from airflow.apache.org 
(#62710) (#62713)
    
    The sphinx-airflow-theme has been pulled from github releases so
    far but over last few days this was unstable - likely due to
    rate limiting. We started uploading the theme to airflow.apache.org
    in https://github.com/apache/airflow-site/pull/1427 - so we can
    now download the theme from there. This should be way more
    stable because airlfow.apache.org uses fastly CDN to serve the
    static files, also the cache is always invalidated when the site is
    built, so we shoudl always get the latest version.
    (cherry picked from commit 61bf9229c89b96bbc1ac39a15d31d2c41a23bfe5)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 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 3b0cd6c07cc..bd658ba65b0 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -80,7 +80,7 @@ dependencies = [
     # the new pagefind-bin installed
     "pagefind>=1.5.0a3",
     "pagefind-bin>=1.5.0a3",
-    
"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-airflow-theme@https://airflow.apache.org/sphinx-airflow-theme/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