From f3ef65483ec148f959a8d80c45b8d1c6044f57c8 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Tue, 24 Oct 2023 10:52:25 +0200 Subject: [PATCH] Fix RTD CI action failures --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 92ee893b8..7abd9d5a7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,3 +15,5 @@ python: install: - requirements: doc/requirements.txt +build: + os: "ubuntu-22.04"