Skip to content

Commit 1512116

Browse files
committed
doc: update RTD configuration
sphinx:configuration parameter is now mandatory
1 parent eb87feb commit 1512116

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ python:
77
- requirements: docs/requirements.txt
88
sphinx:
99
builder: dirhtml
10+
configuration: docs/conf.py
1011
formats:
1112
- pdf
1213
- epub
1314
build:
14-
os: "ubuntu-22.04"
15+
os: "ubuntu-24.04"
1516
tools:
16-
python: "3.11"
17+
python: "3.13"

0 commit comments

Comments
 (0)