From f8e502f90c92e8831676ff5519934f29b636fc0b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Wed, 4 Oct 2023 09:41:55 +0200 Subject: [PATCH] Apparently read the docs also needs this --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index f2b6b170..c42963f0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,3 +12,5 @@ submodules: build: os: ubuntu-22.04 + tools: + python: "3.11"