From 871e1ba9248a8184b5b559867eadc51338aeaf5f Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 16 Dec 2023 09:15:55 +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: I978d8b9634ec509cfb03515077420c55f456e47b Signed-off-by: Anil Belur --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cebaff9..1c199e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ formats: build: os: "ubuntu-22.04" tools: - python: "3.7" + python: "3.11" python: install: -- 2.16.6