trio-ftplib/.readthedocs.yml

17 lines
364 B
YAML
Raw Normal View History

2020-03-09 18:12:38 -03:00
# https://docs.readthedocs.io/en/latest/yaml-config.html
formats:
- htmlzip
- epub
requirements_file: ci/rtd-requirements.txt
# Currently RTD's default image only has 3.5
# This gets us 3.6 (and hopefully 3.7 in the future)
# https://docs.readthedocs.io/en/latest/yaml-config.html#build-image
build:
image: latest
python:
version: 3
pip_install: True