You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ma...@apache.org on 2017/03/09 04:56:51 UTC

[1/2] incubator-airflow git commit: [AIRFLOW-956] Get docs working on readthedocs.org

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 <dx...@gmail.com>
Authored: Wed Mar 8 19:42:29 2017 -0800
Committer: Daniel Huang <dx...@gmail.com>
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 


[2/2] incubator-airflow git commit: Merge pull request #2133 from dhuang/AIRFLOW-956

Posted by ma...@apache.org.
Merge pull request #2133 from dhuang/AIRFLOW-956


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/d7f8334d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/d7f8334d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/d7f8334d

Branch: refs/heads/master
Commit: d7f8334d246bd3c6aa374fdfdb46fb59bb6bb626
Parents: e79dee8 f4be54f
Author: Maxime Beauchemin <ma...@gmail.com>
Authored: Wed Mar 8 20:56:41 2017 -0800
Committer: Maxime Beauchemin <ma...@gmail.com>
Committed: Wed Mar 8 20:56:41 2017 -0800

----------------------------------------------------------------------
 .readthedocs.yml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------