From: Jan-Simon Moeller Date: Mon, 23 Oct 2023 18:21:07 +0000 (+0200) Subject: Add new flags required by readthedocs X-Git-Tag: 16.91.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=13769079d4c3bd908b34edb78a006eab5739c9d6;p=AGL%2Fdocumentation.git 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 --- 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