From: Anil Belur Date: Fri, 15 Dec 2023 23:13:01 +0000 (+1000) Subject: CI: Update RTD configuration file X-Git-Tag: 3.0.0~25 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=51c3c600e31436c714025ccadbd5c57e9052c82a;p=aiml-fw%2Fathp%2Ftps%2Fkubeflow-adapter.git 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: Ic2284ad960dbc20a8ec0ab151203f13c61fad354 Signed-off-by: Anil Belur --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..1c199e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,11 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt