From 7d6c95fbd1418f114bf31b282ed86855cd82638a Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Wed, 13 Dec 2023 11:03:43 +0530 Subject: [PATCH] Changing readthedocs.yaml Issue-Id: AIMLFW-73 Change-Id: I4d387a09dd3f61e9214da8be7516f2debdaa077f Signed-off-by: josephthaliath --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.16.6