From 7cc00c8627d0bdc44ea0a78f09ca37058f8e886f Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Fri, 17 Nov 2023 13:53:11 +0100 Subject: [PATCH] Add build.tools to RTD config --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 09d53a9..953a327 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,3 +12,5 @@ python: build: os: "ubuntu-22.04" + tools: + python: "3.11"