Skip to content

Commit 72c1d6f

Browse files
committed
Add Read the Docs config file
1 parent 86e8c58 commit 72c1d6f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)