This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 170078914b0efcbd8405f442a978fc08bed2c685 Author: Jarek Potiuk <[email protected]> AuthorDate: Wed Dec 23 20:58:45 2020 +0100 fixup! Include airflow/contrib/executors in the dist package --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 1728274..b72ee3c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -193,6 +193,8 @@ exclude_patterns = [ '_api/airflow/contrib/auth', '_api/airflow/contrib/example_dags', '_api/airflow/contrib/executors/index.rst', + '_api/airflow/contrib/executors/kubernetes_executor/index.rst', + '_api/airflow/contrib/executors/mesos_executor/index.rst', '_api/airflow/contrib/index.rst', '_api/airflow/contrib/kubernetes', '_api/airflow/contrib/task_runner',
