From f00231a6a593663523507f7030db3fc3b759aadb Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 24 Oct 2023 12:22:55 +0100 Subject: [PATCH] docs: Fix ReadTheDocs builds.os requirement This fixes: The configuration key "build.os" is required to build your documentation. Read more at https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os Signed-off-by: Andrei Gherzan --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 454f385aa..5e8dc2074 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,9 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.7" python: - version: "3.7" install: - requirements: docs/requirements.txt