Skip to content

Commit 5156b6c

Browse files
committed
ReadTheDocs
1 parent c1ca345 commit 5156b6c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: .readthedocs.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
builder: dirhtml
10+
configuration: docs/conf.py
11+
fail_on_warning: true
12+
13+
formats: all
14+
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)