Skip to content

Commit aa35245

Browse files
authored
Add readthedocs.yaml (#891)
1 parent 85086fa commit aa35245

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+
sphinx:
4+
builder: html
5+
configuration: docs/conf.py
6+
7+
build:
8+
os: "ubuntu-22.04"
9+
tools:
10+
python: "3.11"
11+
12+
formats: all
13+
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)