From a6b59fe444836527b6b43378690eaf6f3ad24bee Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Tue, 14 Oct 2025 10:41:35 -0400 Subject: [PATCH] fix: fix ReadTheDocs builds This updates the Python version for ReadTheDocs builds to a supported version. This also updates the Ubuntu container to run builds in. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cb5664f..ed656aa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,9 +8,9 @@ sphinx: configuration: docs/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: "3.10" python: install: