From dcbc3bd7622ecf2225faae2bea69709c14b29d7f Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 20 Dec 2024 19:56:50 +0100 Subject: [PATCH] [docs] Updated .readthedocs.yml (config format changed) --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 00b51fe65..92894c5f7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,12 @@ version: 2 formats: - epub +build: + os: ubuntu-24.04 + tools: + python: "3.12" + python: - version: 3.8 install: - requirements: requirements-test.txt - method: pip