We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2640a8e commit 6df6debCopy full SHA for 6df6deb
2 files changed
.readthedocs.yml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: "ubuntu-20.04"
+ os: "ubuntu-lts-latest"
5
tools:
6
- python: "mambaforge-4.10"
+ python: "mambaforge-latest"
7
8
# Build documentation in the docs/ directory with Sphinx
9
sphinx:
docs/environment.yml
@@ -2,7 +2,7 @@ name: readthedocs
channels:
- conda-forge
dependencies:
- - python=3.10
+ - python=3.12
- pip
- xarray
- zarr
0 commit comments