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.git
The following commit(s) were added to refs/heads/main by this push:
new 61bf9229c89 Pull the sphinx-airflow-theme wheel from
airflow.apache.org (#62710)
61bf9229c89 is described below
commit 61bf9229c89b96bbc1ac39a15d31d2c41a23bfe5
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Mar 2 16:53:32 2026 +0100
Pull the sphinx-airflow-theme wheel from airflow.apache.org (#62710)
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.
---
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 63e487cc7c2..d30489cd153 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -85,7 +85,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",