Repository: incubator-airflow Updated Branches: refs/heads/master e79dee871 -> d7f8334d2
[AIRFLOW-956] Get docs working on readthedocs.org Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f4be54f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f4be54f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f4be54f2 Branch: refs/heads/master Commit: f4be54f2535ca13819e20e742a8ed6ae522d1a17 Parents: e79dee8 Author: Daniel Huang <[email protected]> Authored: Wed Mar 8 19:42:29 2017 -0800 Committer: Daniel Huang <[email protected]> Committed: Wed Mar 8 19:42:29 2017 -0800 ---------------------------------------------------------------------- .readthedocs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f4be54f2/.readthedocs.yml ---------------------------------------------------------------------- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ca5b56d --- /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
