You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/12/09 14:03:19 UTC

[airflow] branch main updated (820e836 -> fa96b09)

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

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


    from 820e836  Fix TriggerDagRunOperator extra link (#19410)
     add fa96b09  Update Sphinx and Sphinx-AutoAPI (#20079)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                              |   3 +-
 .../google/cloud/utils/credentials_provider.py     |  10 +-
 .../cloud/utils/mlengine_prediction_summary.py     |   4 +
 .../google/common/utils/id_token_credentials.py    |   4 +
 airflow/sensors/base.py                            |  12 +-
 .../index.rst                                      |   1 -
 docs/apache-airflow/executor/kubernetes.rst        |   6 +-
 docs/conf.py                                       |  21 ++++
 docs/exts/docs_build/docs_builder.py               |   5 +-
 docs/exts/docs_build/run_patched_sphinx.py         | 125 ---------------------
 docs/exts/exampleinclude.py                        |   8 +-
 docs/spelling_wordlist.txt                         |  25 ++++-
 setup.py                                           |   6 +-
 13 files changed, 75 insertions(+), 155 deletions(-)
 delete mode 100755 docs/exts/docs_build/run_patched_sphinx.py