You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/06 01:10:56 UTC

[airflow] branch master updated (c73052f -> 3bd1163)

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

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


    from c73052f  Update .github/CODEOWNERS (#15215)
     add 3bd1163  Less docker magic in docs building (#15176)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                   |  12 --
 docs/build_docs.py                         |  91 +++------------
 docs/conf.py                               |   2 +-
 docs/exts/docs_build/code_utils.py         |  16 +--
 docs/exts/docs_build/docs_builder.py       | 170 +++++++----------------------
 docs/exts/docs_build/errors.py             |   6 +-
 docs/exts/docs_build/run_patched_sphinx.py | 105 ++++++++++++++++++
 docs/exts/docs_build/spelling_checks.py    |   6 +-
 docs/exts/provider_init_hack.py            |  10 +-
 scripts/ci/docs/ci_docs.sh                 |  14 +--
 10 files changed, 169 insertions(+), 263 deletions(-)
 create mode 100755 docs/exts/docs_build/run_patched_sphinx.py