From 03722237efcd9092618af213bb46c77c913b19fa Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Mon, 16 Feb 2026 17:27:54 +0000 Subject: [PATCH] Defines a Python version for RTD to use. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9dd0b733..3323809b9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - # python: "3.13" # let's use the default Python version provided by Read the Docs + python: "3.13" # let's use the default Python version provided by Read the Docs # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"