We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5349e6 commit 206c17eCopy full SHA for 206c17e
.readthedocs.yaml
@@ -6,9 +6,9 @@ version: 2
6
7
# Set the version of Python and other tools you might need
8
build:
9
- os: ubuntu-22.04
+ os: ubuntu-lts-latest
10
tools:
11
- python: "3.9"
+ python: "3.14"
12
# You can also specify other tool versions:
13
# nodejs: "16"
14
# rust: "1.55"
docs/requirements.txt
@@ -1,3 +1,3 @@
1
m2r2>=0.3.2
2
-sphinx>=7.2.6,<9
3
-sphinx-rtd-theme>=2.0.0,<3
+sphinx>=8,<9
+sphinx-rtd-theme>=3,<4
0 commit comments