From 249d1741e448d2938fd7f507c62961ae748db1ad Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Tue, 10 Nov 2020 11:26:34 +0000 Subject: [PATCH] Add back missing api_connextion/__init__.py file (#12240) A bad rebase in #12082 deleted this file by mistake. This missing file was also the cause of needing the documentation to exclude these files Fixes #12239 --- airflow/api_connexion/__init__.py | 16 ++++++++++++++++ docs/conf.py | 8 -------- 2 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 airflow/api_connexion/__init__.py diff --git a/airflow/api_connexion/__init__.py b/airflow/api_connexion/__init__.py new file mode 100644 index 00000000000000..13a83393a9124b --- /dev/null +++ b/airflow/api_connexion/__init__.py @@ -0,0 +1,16 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. diff --git a/docs/conf.py b/docs/conf.py index 8b891fc5c37013..d00d7fff9fe14b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -123,14 +123,6 @@ "_api/airflow/providers/cncf/index.rst", # Packages without operators "_api/airflow/providers/sendgrid", - # Other API rst files. - "_api/endpoints/index.rst", - "_api/endpoints/*/index.rst", - "_api/exceptions/index.rst", - "_api/parameters/index.rst", - "_api/schemas/index.rst", - "_api/schemas/*/index.rst", - "_api/security/index.rst", # Templates or partials 'autoapi_templates', 'howto/operator/google/_partials',