From 6c70f4d97f6d84ab3ad363e59e002ec41ea0974b Mon Sep 17 00:00:00 2001 From: Alexander Linne Date: Fri, 9 Aug 2024 11:51:22 +0200 Subject: [PATCH] docs: fix .readthedocs.yaml configuration Signed-off-by: Alexander Linne --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5f706a212..2e5c88d49 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,9 @@ version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.12" + mkdocs: configuration: documentation/mkdocs.yml - fail_on_warning: false