From 0fd130ab80aa628a28d586e095721cfc27bb56ea 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 00b51fe65..5a819445f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,13 @@ version: 2 formats: - epub +build: + os: ubuntu-24.04 + tools: + python: "3.12" + python: - version: 3.8 install: - requirements: requirements-test.txt - method: pip path: . - system_packages: true