From f4be54f2535ca13819e20e742a8ed6ae522d1a17 Mon Sep 17 00:00:00 2001 From: Daniel Huang Date: Wed, 8 Mar 2017 19:42:29 -0800 Subject: [PATCH] [AIRFLOW-956] Get docs working on readthedocs.org --- .readthedocs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000000..ca5b56d9efe56 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,20 @@ +# +# Licensed 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. + +python: + pip_install: true + extra_requirements: + - doc + - docker + - gcp_api + - emr