Inkycal/readthedocs.yml
2020-11-23 11:37:01 +01:00

13 lines
205 B
YAML

version: 2
python:
version: 3.7
install:
- requirements: requirements.txt
- method: pip3
path: .
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true