Skip to content

Commit

Permalink
[AIRFLOW-XXX] Use Py3.7 on readthedocs
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 committed Apr 10, 2019
1 parent 3bf6557 commit c4a7d2b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
# specific language governing permissions and limitations
# under the License.

version: 2
formats: []
python:
pip_install: true
extra_requirements:
- doc
- docker
- gcp_api
- emr
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- doc
system_packages: true

0 comments on commit c4a7d2b

Please sign in to comment.