From 13bccb4f26f2b627a66cbea5680ff949bbd0b6c5 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index da93455d0..a2a5e6585 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,8 +4,12 @@ version: 2 sphinx: configuration: doc/source/conf.py +build: + os: "ubuntu-22.04" + tools: + python: "3.11" + python: - version: 3.8 install: - requirements: doc/requirements.txt - method: setuptools