Inkycal/readthedocs.yml

13 lines
205 B
YAML
Raw Normal View History

2020-11-23 11:29:24 +01:00
version: 2
2020-05-07 20:17:32 +02:00
python:
version: 3.7
2020-11-23 11:29:24 +01:00
install:
- requirements: requirements.txt
- method: pip3
path: .
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true