diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e7be47aa6..46ceb2925 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: ubuntu-22.04 tools: - python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba + python: "mambaforge-22.9" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba mkdocs: configuration: "mkdocs.yml" |