From 51c3c600e31436c714025ccadbd5c57e9052c82a Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 16 Dec 2023 09:13:01 +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: Ic2284ad960dbc20a8ec0ab151203f13c61fad354 Signed-off-by: Anil Belur --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..1c199e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,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