From 10762ae547647979b3a4412f5c9c5ddd797ff577 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 27 Nov 2023 16:27:45 +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 b4de348..c2d96ee 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: .