From: josephthaliath Date: Wed, 13 Dec 2023 05:33:43 +0000 (+0530) Subject: Changing readthedocs.yaml X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7d6c95fbd1418f114bf31b282ed86855cd82638a;p=aiml-fw%2Faimlfw-dep.git Changing readthedocs.yaml Issue-Id: AIMLFW-73 Change-Id: I4d387a09dd3f61e9214da8be7516f2debdaa077f Signed-off-by: josephthaliath --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 095222a..831f053 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,10 +5,11 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.7" -python: - version: 3.7 +python install: - requirements: docs/requirements-docs.txt