From d646c229cd08d389d2eba9c05049d2b9c3548650 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 16 Dec 2023 09:36:51 +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: Ia5e56c12bd3d4622108d9f59161fe849cb593bf5 Signed-off-by: Anil Belur --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8df5ada..1c199e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,12 +5,13 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py -- 2.16.6