Skip to content

Commit fff35ee

Browse files
authored
Merge pull request #1565 from Bastian-Krause/bst/rtd-2024
readthedocs: set explicit sphinx configuration and bump Ubuntu/Python
2 parents 4c78974 + 040bf0a commit fff35ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2
22

3+
sphinx:
4+
configuration: doc/conf.py
5+
36
python:
47
install:
58
- method: pip
@@ -8,6 +11,6 @@ python:
811
- doc
912

1013
build:
11-
os: "ubuntu-22.04"
14+
os: "ubuntu-24.04"
1215
tools:
13-
python: "3.11"
16+
python: "3.13"

0 commit comments

Comments
 (0)