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 095e7c5 commit af0059dCopy full SHA for af0059d
2 files changed
.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.11"
+ python: "3.14"
12
# You can also specify other tool versions:
13
# nodejs: "16"
14
# rust: "1.55"
docs/requirements.txt
@@ -1,4 +1,4 @@
1
m2r2>=0.3.2
2
-sphinx>=7.2.6,<9
3
-sphinx-autoapi>=3.0.0,<4
4
-sphinx-rtd-theme>=2.0.0,<3
+sphinx>=8,<9
+sphinx-autoapi>=3,<4
+sphinx-rtd-theme>=3,<4
0 commit comments