Skip to content

Commit 952dffc

Browse files
committed
chore: fix RTD build deprecations
1 parent 3e3ad79 commit 952dffc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .readthedocs.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
python:
3+
install:
4+
- method: pip
5+
path: .
6+
- requirements: doc/requirements.txt
7+
sphinx:
8+
builder: dirhtml
9+
formats:
10+
- pdf
11+
- epub
12+
build:
13+
os: "ubuntu-22.04"
14+
tools:
15+
python: "3.11"

0 commit comments

Comments
 (0)