We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 547d45d + f4361b5 commit 2bd52f1Copy full SHA for 2bd52f1
1 file changed
.readthedocs.yaml
@@ -7,9 +7,9 @@ version: 2
7
8
# Set the version of Python
9
build:
10
- os: ubuntu-20.04
+ os: ubuntu-24.04
11
tools:
12
- python: "3.10"
+ python: "3.11"
13
14
# Build documentation in the docs/ directory with Sphinx
15
sphinx:
@@ -24,4 +24,4 @@ python:
24
install:
25
- requirements: docs/source/requirements.txt
26
- method: pip
27
- path: . # This should tell RTD to install the CTF from root to render the Estimators page correctly.
+ path: . # This should tell RTD to install the CTF from root to render the Estimators page correctly.
0 commit comments