From c4fe84c9ff5a73862bf4911b4933bbd2bfe66cf9 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 25 Mar 2025 23:58:46 -0700 Subject: [PATCH] Update readthedocs config Signed-off-by: Alex Forencich --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 001c5db..0a9442a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.12" + python: "3.13" python: install: @@ -14,5 +14,6 @@ python: sphinx: configuration: docs/source/conf.py - formats: all + +formats: all