From 2482ef21e192787cc754c245ca783072981f6cef Mon Sep 17 00:00:00 2001 From: Julianus Pfeuffer <8102638+jpfeuffer@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:10:19 -0300 Subject: [PATCH] Upgrade Python and OS version in Read the Docs config Updated Python version and OS for Read the Docs build. --- .readthedocs.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa1af6ec6..95ae0cffa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,13 +4,10 @@ version: 2 sphinx: configuration: docs/source/conf.py -# Explicitly set the version of Python and its requirements -version: 2 - build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.10" + python: "3.13" python: install: