Skip to content

Commit 96882d0

Browse files
committed
docs: add .readthedocs.yaml for automated Read the Docs builds
1 parent 6c6c20d commit 96882d0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .readthedocs.yaml
2+
version: 2
3+
4+
build:
5+
os: ubuntu-24.04
6+
tools:
7+
python: "3.11"
8+
9+
sphinx:
10+
configuration: doc/conf.py
11+
fail_on_warning: false
12+
13+
python:
14+
install:
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- doc

0 commit comments

Comments
 (0)