virtualenv/.readthedocs.yml
2020-02-04 14:51:00 +00:00

18 lines
269 B
YAML

version: 2
build:
image: latest
formats:
- htmlzip
- epub
- pdf
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true