Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: 2

build:
image: latest
os: ubuntu-20.04
tools:
python: mambaforge-4.10

conda:
environment: requirements/ci/readthedocs.yml
environment: requirements/ci/readthedocs.yml

sphinx:
configuration: docs/src/conf.py
fail_on_warning: false
configuration: docs/src/conf.py
fail_on_warning: false

python:
install:
- method: setuptools
path: .

formats:
- htmlzip
- pdf
install:
- method: pip
path: .
extra_requirements:
- docs
4 changes: 4 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ This document explains the changes made to Iris for this release
#. `@wjbenfold`_ clarified behaviour of :func:`iris.load` in :ref:`userguide loading section
<loading_iris_cubes>`. (:pull:`4462`)

#. `@bjlittle`_ migrated readthedocs to use mambaforge for `faster documentation building`_.
(:pull:`4476`)


💼 Internal
===========
Expand Down Expand Up @@ -273,3 +276,4 @@ This document explains the changes made to Iris for this release
.. _NEP-29: https://numpy.org/neps/nep-0029-deprecation_policy.html
.. _UGRID: http://ugrid-conventions.github.io/ugrid-conventions/
.. _sort-all: https://github.com/aio-libs/sort-all
.. _faster documentation building: https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba