From 08bad25305be06fb8a78cbc7b065d2413a567165 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Thu, 31 Aug 2023 10:46:30 +0200 Subject: [PATCH] Add build.os key See https://blog.readthedocs.com/use-build-os-config/ --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 485d3cec..f581084c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,8 @@ version: 2 - +build: + os: "ubuntu-22.04" + tools: + python: "3.11" python: install: - requirements: doc/requirements.txt