We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c512dd commit aef4004Copy full SHA for aef4004
.readthedocs.yml
@@ -6,9 +6,9 @@ sphinx:
6
# Set build image and Python version
7
8
build:
9
- os: ubuntu-22.04
+ os: ubuntu-24.04
10
tools:
11
- python: "3"
+ python: "3.14"
12
13
python:
14
install:
requirements.txt
@@ -1,4 +1,4 @@
1
-conda-sphinx-theme==0.2.3
2
-sphinx-sitemap==2.2.0
3
-sphinx-design
4
-sphinx-reredirects
+conda-sphinx-theme==0.4.0
+sphinx-sitemap==2.9.0
+sphinx-design==0.7.0
+sphinx-reredirects==1.1.0
0 commit comments