diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-23 20:21:07 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-10-23 18:22:55 +0000 |
commit | 13769079d4c3bd908b34edb78a006eab5739c9d6 (patch) | |
tree | 61088c6b266fbf0672291230f6ed45e4054d5ab1 /.readthedocs.yml | |
parent | ae87e29eeaeadd67a449f8827aa8d4adbe2076b5 (diff) |
Add new flags required by readthedocs
We're adding build.os as this is required now.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Iebc0a567756330dba07af45bf14f6ee34bd4395d
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/29297
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |