From d0de0095f3ffaa329c989e8a2279fc31f6a83e5a Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 16 Dec 2023 09:21:15 +1000 Subject: [PATCH] CI: Update RTD configuration file 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 --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..ee7629e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 -- 2.16.6