This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch pull-sphinx-airflow-theme-from-apache-airflow in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d3fb2b934aabd7edabd0fdaa604585837837b307 Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Mar 2 15:25:15 2026 +0100 Pull the sphinx-airflow-theme wheel from airflow.apache.org 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",
