From 6b6fb3513f728e0b948585da667e143e47a303da Mon Sep 17 00:00:00 2001 From: simonmicro Date: Sat, 8 Nov 2025 13:15:23 +0100 Subject: [PATCH] Fix RTD Signed-off-by: simonmicro --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e962b25..51107d5 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.10" + python: "3.12" python: install: - requirements: docs/requirements.txt +sphinx: + configuration: docs/conf.py + formats: all