Skip to content

Commit

Permalink
[AIRFLOW-XXX] Use Py3.7 on readthedocs (apache#5078)
Browse files Browse the repository at this point in the history
Previous builds were failing with "Command killed due to excessive
memory consumption".

This updated the RTD config, removes the un-needed extras (which we have
mocked for a while now), switches to building on Py3.7. This seems to
help the docs build again
  • Loading branch information
ashb authored Apr 10, 2019
1 parent ee4815d commit 7d3d740
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,13 @@
# specific language governing permissions and limitations
# under the License.

version: 2
formats: []
python:
pip_install: true
extra_requirements:
- all_dbs
- databricks
- doc
- docker
- emr
- gcp
- s3
- salesforce
- sendgrid
- ssh
- slack
- qds
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- doc
system_packages: true

0 comments on commit 7d3d740

Please sign in to comment.