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 e6ed2f2 Remove celery from intersphinx mapping temporarily (#22254)
e6ed2f2 is described below
commit e6ed2f28f4c0857dea9660e2758b171212794958
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Mar 14 17:55:43 2022 +0100
Remove celery from intersphinx mapping temporarily (#22254)
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 3f9461a..a693e89 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -604,7 +604,7 @@ intersphinx_mapping = {
pkg_name: (f"{THIRD_PARTY_INDEXES[pkg_name]}/",
(f'{INVENTORY_CACHE_DIR}/{pkg_name}/objects.inv',))
for pkg_name in [
'boto3',
- 'celery',
+ # 'celery', # Temporarily remove celery as it disappeared from Internet
'docker',
'hdfs',
'jinja2',