[030aeb]: / .readthedocs.yml

Download this file

13 lines (11 with data), 168 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
version: 2
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
builder: html
fail_on_warning: false