From a258f6002a015d64aa77700d3c6d5fabce1f6ade Mon Sep 17 00:00:00 2001 From: SANDEEP KUMAR JAISAWAL Date: Wed, 13 Dec 2023 16:49:54 +0530 Subject: [PATCH] Updating readthedoc.yaml for doc generation as per latest changes Issue-Id: AIMLFW-64 Change-Id: I173380250c818b07079b7d91f90421eb3a708c06 Signed-off-by: SANDEEP KUMAR JAISAWAL --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fba6092..b81d957 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ formats: - htmlzip build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.7" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py - \ No newline at end of file + configuration: docs/conf.py \ No newline at end of file -- 2.16.6