From: SANDEEP KUMAR JAISAWAL Date: Wed, 13 Dec 2023 11:19:54 +0000 (+0530) Subject: Updating readthedoc.yaml for doc generation as per latest changes X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a258f6002a015d64aa77700d3c6d5fabce1f6ade;p=aiml-fw%2Faihp%2Fips%2Fkserve-adapter.git Updating readthedoc.yaml for doc generation as per latest changes Issue-Id: AIMLFW-64 Change-Id: I173380250c818b07079b7d91f90421eb3a708c06 Signed-off-by: SANDEEP KUMAR JAISAWAL --- 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