From: Anil Belur Date: Fri, 15 Dec 2023 13:16:17 +0000 (+1000) Subject: CI: Update RTD configuration file X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F12321%2F2;p=doc.git 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 --- 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