We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa07442 commit ec709b3Copy full SHA for ec709b3
.readthedocs.yml
@@ -1,9 +1,9 @@
1
version: 2
2
3
build:
4
- os: ubuntu-20.04
+ os: "ubuntu-22.04"
5
tools:
6
- python: mambaforge-4.10
+ python: "mambaforge-22.9"
7
jobs:
8
post_checkout:
9
# The SciTools/iris repository is shallow i.e., has a .git/shallow,
docs/src/whatsnew/latest.rst
@@ -120,6 +120,9 @@ This document explains the changes made to Iris for this release
120
#. `@bjlittle`_ enforced the minimum pin of ``numpy>1.22`` in accordance with the `NEP29 Drop Schedule`_.
121
(:pull:`5668`)
122
123
+#. `@bjlittle`_ updated ``ubuntu`` and ``mambaforge`` to the latest versions for ``readthedocs``
124
+ (:pull:`5702`)
125
+
126
127
📚 Documentation
128
================
0 commit comments