From 6f101e4fa1c3b0205b36e98765420f9b9335ee57 Mon Sep 17 00:00:00 2001 From: Steven Murray Date: Fri, 15 Dec 2023 12:48:53 +0100 Subject: [PATCH] ci: fix rtd config --- .readthedocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 58e1e1fd..4d9020ed 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,8 +9,10 @@ version: 2 sphinx: configuration: docs/conf.py -# Optionally build your docs in additional formats such as PDF and ePub -formats: all +build: + os: ubuntu-22.04 + tools: + python: "3.11" conda: environment: docs/environment.yaml