From: Anil Belur Date: Fri, 15 Dec 2023 23:21:15 +0000 (+1000) Subject: CI: Update RTD configuration file X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fxapp-frame-cpp.git;a=commitdiff_plain;h=d0de0095f3ffaa329c989e8a2279fc31f6a83e5a 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: I346da38afcad784832669dc1a38a577c249187fd 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