From e85a1848bae398c6b538dd97a92327957affef65 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 15 Dec 2023 23:16:17 +1000 Subject: [PATCH] CI: Update RTD configuration file RTD has finished their switch to 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: Id0f2149b2552c7bad571acfb82d2f8827495341c Signed-off-by: Anil Belur --- .readthedocs.yaml | 5 +++-- doc-templates/repo-root-dir-files/.readthedocs.yaml | 5 +++-- 2 files changed, 6 insertions(+), 4 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 diff --git a/doc-templates/repo-root-dir-files/.readthedocs.yaml b/doc-templates/repo-root-dir-files/.readthedocs.yaml index 3797dc8..ee7629e 100644 --- a/doc-templates/repo-root-dir-files/.readthedocs.yaml +++ b/doc-templates/repo-root-dir-files/.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