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 2021/01/21 20:19:59 UTC

[airflow] 34/44: fixup! Include airflow/contrib/executors in the dist package

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 4e9c93f1f9650959ad49151d00ab9fae1a2ff0c2
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Dec 23 19:50:02 2020 +0100

    fixup! Include airflow/contrib/executors in the dist package
---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/conf.py b/docs/conf.py
index 0c390ca..1728274 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -192,6 +192,7 @@ exclude_patterns = [
     '_api/airflow/configuration',
     '_api/airflow/contrib/auth',
     '_api/airflow/contrib/example_dags',
+    '_api/airflow/contrib/executors/index.rst',
     '_api/airflow/contrib/index.rst',
     '_api/airflow/contrib/kubernetes',
     '_api/airflow/contrib/task_runner',