From 180b0e67a9f108862ac88281fc56e52941b570a3 Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Wed, 13 Dec 2023 11:55:05 +0530 Subject: [PATCH] Correcting readthedocs.yaml Issue-Id: AIMLFW-73 Change-Id: Idd128ea1ce874d16c618d166162e062cef2ce77a Signed-off-by: josephthaliath --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 831f053..cebaff9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,10 +6,10 @@ formats: build: os: "ubuntu-22.04" - tools: - python: "3.7" + tools: + python: "3.7" -python +python: install: - requirements: docs/requirements-docs.txt -- 2.16.6