Skip to content

Commit 3b220a7

Browse files
committed
Add .readthedocs.yaml
1 parent 452fc2d commit 3b220a7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.readthedocs.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# https://docs.readthedocs.io/en/stable/config-file/v2.html
2+
version: 2
3+
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.12"
8+
9+
sphinx:
10+
configuration: docs/conf.py
11+
12+
python:
13+
install:
14+
- requirements: requirements-dev.txt

0 commit comments

Comments
 (0)