From 49c1945fdb106e42c0309149eadd4944d1596c12 Mon Sep 17 00:00:00 2001 From: Christian Geier Date: Tue, 24 Oct 2023 11:18:09 +0200 Subject: [PATCH] ReadTheDocs now requires a build.os config key --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index da93455d0..3f48c0c50 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,13 @@ version: 2 sphinx: configuration: doc/source/conf.py +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + python: - version: 3.8 + version: 3.11 install: - requirements: doc/requirements.txt - method: setuptools