From 7d1a91a4c667d6d3bb6ad588ce2f1ed8fd8d80f9 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 14 Nov 2024 21:50:18 +0100 Subject: [PATCH] Fix failing doc builds --- .readthedocs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b621867..0e7f69f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,12 @@ # Required version: 2 +# Set the version of Python +build: + os: ubuntu-lts-latest + tools: + python: '3.13' + # Configuration for Sphinx documentation sphinx: configuration: docs/conf.py