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 2020/12/23 19:59:11 UTC

[airflow] branch v1-10-test updated: fixup! Include airflow/contrib/executors in the dist package

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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v1-10-test by this push:
     new 4180803  fixup! Include airflow/contrib/executors in the dist package
4180803 is described below

commit 41808035b9553aa9a67421c97ea4d509ba8c937c
Author: Jarek Potiuk <ja...@potiuk.com>
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 4d93634..93d46b6 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',