Skip to content

Commit 4bcf540

Browse files
authored
Create .readthedocs.yaml
1 parent 5bc9412 commit 4bcf540

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+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
6+
tools:
7+
python: "3.12"
8+
9+
10+
python:
11+
install:
12+
- requirements: requirements.txt
13+
- method: pip
14+
path: .
15+
16+
sphinx:
17+
18+
configuration: docs/conf.py

0 commit comments

Comments
 (0)