From 13769079d4c3bd908b34edb78a006eab5739c9d6 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 23 Oct 2023 20:21:07 +0200 Subject: [PATCH] Add new flags required by readthedocs We're adding build.os as this is required now. Signed-off-by: Jan-Simon Moeller Change-Id: Iebc0a567756330dba07af45bf14f6ee34bd4395d Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29297 --- .readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 30c50f5..5c88771 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # Build documentation with MkDocs mkdocs: configuration: mkdocs.yml -- 2.16.6