From 4ce98bdcf2d4ead250b639b9092336a7dddc779a Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sun, 13 Apr 2025 09:41:12 -0300 Subject: [PATCH] Update readthedocs build environment --- .readthedocs.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c485e54..aec4fdc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,15 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "3.11" - -formats: all + python: "3.13" python: install: - requirements: requirements.txt + +sphinx: + configuration: conf.py + +formats: all