From 1487a9ae391674251d32f08a4fa60564cade7427 Mon Sep 17 00:00:00 2001 From: Derek Homeier Date: Sat, 2 Mar 2024 14:46:01 +0100 Subject: [PATCH] DOC: fix and update readthedocs configuration --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3c6a1008e..cd900c591 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,9 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.12" sphinx: builder: html @@ -9,7 +11,6 @@ sphinx: fail_on_warning: true python: - version: 3.8 install: - method: pip path: .