Skip to content

Commit 2bd52f1

Browse files
authored
Merge pull request #380 from CITCOM-project/jmafoster1/readthedocs-ubuntu
Update readthedocs ubuntu version
2 parents 547d45d + f4361b5 commit 2bd52f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ version: 2
77

88
# Set the version of Python
99
build:
10-
os: ubuntu-20.04
10+
os: ubuntu-24.04
1111
tools:
12-
python: "3.10"
12+
python: "3.11"
1313

1414
# Build documentation in the docs/ directory with Sphinx
1515
sphinx:
@@ -24,4 +24,4 @@ python:
2424
install:
2525
- requirements: docs/source/requirements.txt
2626
- method: pip
27-
path: . # This should tell RTD to install the CTF from root to render the Estimators page correctly.
27+
path: . # This should tell RTD to install the CTF from root to render the Estimators page correctly.

0 commit comments

Comments
 (0)