Skip to content

Commit c831d0c

Browse files
committed
Add RTD.yml to try and fix docs.
1 parent 84c9a2a commit c831d0c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
formats: []
3+
4+
build:
5+
image: latest
6+
7+
sphinx:
8+
configuration: docs/conf.py
9+
fail_on_warning: false
10+
builder: html
11+
12+
python:
13+
version: 3.7
14+
install:
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- docs

0 commit comments

Comments
 (0)