Add new flags required by readthedocs 97/29297/2
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 23 Oct 2023 18:21:07 +0000 (20:21 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 23 Oct 2023 18:22:55 +0000 (18:22 +0000)
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

.readthedocs.yml

index 30c50f5..5c88771 100644 (file)
@@ -5,6 +5,11 @@
 # Required
 version: 2
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.12"
+    
 # Build documentation with MkDocs
 mkdocs:
   configuration: mkdocs.yml