Skip to content

Commit 0e576ea

Browse files
authored
Merge pull request #1206 from xcube-dev/pont/1205-rtd-config
Update Read the Docs Ubuntu and Python versions
2 parents 8c56328 + 1b45f52 commit 0e576ea

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
### Other changes
1919
* Require dask >=2024.8 (#1196)
2020

21+
* For Read the Docs, use Ubuntu 24.04 and Python mambaforge-23.11 (#1205)
2122

2223
## Changes in 1.13.0
2324

readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
version: 2
55

66
build:
7-
os: "ubuntu-20.04"
7+
os: "ubuntu-24.04"
88
tools:
9-
python: "mambaforge-4.10"
9+
python: "mambaforge-23.11"
1010

1111
sphinx:
1212
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)