From 9e99351909b17dfa21e2377a41c6ac1a09773464 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 27 Nov 2023 16:26:50 +0100 Subject: [PATCH] Update readthedocs environment --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b4de3480..c2d96ee1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,9 +6,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "mambaforge-4.10" + python: "mambaforge-22.9" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -25,4 +25,4 @@ conda: python: install: - method: pip - path: . \ No newline at end of file + path: .