You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/10 20:45:16 UTC

[airflow] branch master updated (2ec03cd -> aa58ef1)

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

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2ec03cd  Update Dockerfile (#12987)
     add aa58ef1  Download inventories only once (#12989)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                |  4 +-
 docs/build_docs.py                        |  5 +-
 docs/exts/airflow_intersphinx.py          | 45 ++++-----------
 docs/exts/docs_build/docs_builder.py      |  7 ++-
 docs/exts/docs_build/fetch_inventories.py | 91 +++++++++++++++++++++++++++++++
 5 files changed, 114 insertions(+), 38 deletions(-)
 create mode 100644 docs/exts/docs_build/fetch_inventories.py