Skip to content

Commit 5a8a00e

Browse files
committed
Add Read the Docs configuration file
1 parent ad1b41f commit 5a8a00e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.readthedocs.yaml

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

0 commit comments

Comments
 (0)