Skip to content

Commit c5c8e52

Browse files
committed
Add .readthedocs.yaml
1 parent 48eb258 commit c5c8e52

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)