Skip to content

Commit fe0efae

Browse files
committed
Add a ReadTheDocs config.
1 parent 52d77f6 commit fe0efae

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.readthedocs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
sphinx:
4+
builder: dirhtml
5+
configuration: docs/conf.py
6+
fail_on_warning: true
7+
8+
formats: all
9+
10+
python:
11+
version: "3.8"
12+
install:
13+
- requirements: docs/requirements.txt
14+
- method: pip
15+
path: .

0 commit comments

Comments
 (0)