Update to readthedocs config v2

This commit is contained in:
jab 2019-10-21 02:19:20 +00:00
parent daab54a0a3
commit daa6efc5bf
1 changed files with 9 additions and 7 deletions

View File

@ -1,14 +1,16 @@
# http://docs.readthedocs.io/en/latest/yaml-config.html#requirements-file
# https://docs.readthedocs.io/en/latest/config-file/
version: 2
# Don't build any extra formats
formats:
- none
- htmlzip
build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements:
- docs
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs