Skip to content

Commit 206c17e

Browse files
authored
docs: modernize RTF setup (#1002)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent e5349e6 commit 206c17e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ version: 2
66

77
# Set the version of Python and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-lts-latest
1010
tools:
11-
python: "3.9"
11+
python: "3.14"
1212
# You can also specify other tool versions:
1313
# nodejs: "16"
1414
# rust: "1.55"

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
m2r2>=0.3.2
2-
sphinx>=7.2.6,<9
3-
sphinx-rtd-theme>=2.0.0,<3
2+
sphinx>=8,<9
3+
sphinx-rtd-theme>=3,<4

0 commit comments

Comments
 (0)