We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c56328 + 1b45f52 commit 0e576eaCopy full SHA for 0e576ea
CHANGES.md
@@ -18,6 +18,7 @@
18
### Other changes
19
* Require dask >=2024.8 (#1196)
20
21
+* For Read the Docs, use Ubuntu 24.04 and Python mambaforge-23.11 (#1205)
22
23
## Changes in 1.13.0
24
readthedocs.yml
@@ -4,9 +4,9 @@
4
version: 2
5
6
build:
7
- os: "ubuntu-20.04"
+ os: "ubuntu-24.04"
8
tools:
9
- python: "mambaforge-4.10"
+ python: "mambaforge-23.11"
10
11
sphinx:
12
configuration: docs/source/conf.py
0 commit comments