From da905f7e42b734451065af9de537a79490bac08c Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Wed, 20 Mar 2024 09:59:54 +0100 Subject: [PATCH] CICD: Lower python version for RTD --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1f2b89d..798ddae 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.8" sphinx: configuration: docs/source/conf.py