potiuk edited a comment on issue #14989:
URL: https://github.com/apache/airflow/issues/14989#issuecomment-806284267
Looks like our sphinx can handle it, but mirroring seems to be a feature of
intersphinx mapping:
```
New in 1.3.
Alternative files can be specified for each inventory. One can give a tuple
for the second inventory tuple item as shown in the
following example. This will read the inventory iterating through the
(second) tuple items until the first successful fetch. The
primary use case for this to specify mirror sites for server downtime of
the primary inventory:
intersphinx_mapping = {'python': ('https://docs.python.org/3',
(None, 'python-inv.txt'))}
```
I think it is just a matter of:
a) automatically fetching the inventories from time to time
b) putting them on our S3 bucket with "web" property
c) adding automated mirroring from the S3 bucket.
d) we can even automatically update those S3 bucket inventories in our
nightly scheduled build.
Should be easy to do and can save us a LOT of hassle.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]