From 31df810eaa7c6efb4bcc7751e49ab47c56345391 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Fri, 5 May 2023 16:55:51 +0200 Subject: [PATCH] ReadTheDocs build fix (cherry picked from commit 311598b74aedba16b9745cf7489a4e9bf410dd03) --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2bb166066..1a544429c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,9 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" sphinx: configuration: conf.py