CI: Update RTD configuration file 44/12344/1 i-release
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 15 Dec 2023 23:21:15 +0000 (09:21 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 15 Dec 2023 23:21:42 +0000 (09:21 +1000)
RTD has finished their switch requiring version 2 of their
configuration file and we must now update to work with it.

Ref:
https://blog.readthedocs.com/use-build-os-config/

Change-Id: I346da38afcad784832669dc1a38a577c249187fd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.readthedocs.yaml

index 3797dc8..ee7629e 100644 (file)
@@ -9,10 +9,11 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.11"
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt