Updating readthedoc.yaml for doc generation as per latest changes 61/12261/1
authorSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Wed, 13 Dec 2023 11:19:54 +0000 (16:49 +0530)
committerSANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
Wed, 13 Dec 2023 11:21:46 +0000 (16:51 +0530)
Issue-Id: AIMLFW-64

Change-Id: I173380250c818b07079b7d91f90421eb3a708c06
Signed-off-by: SANDEEP KUMAR JAISAWAL <s.jaisawal@samsung.com>
.readthedocs.yaml

index fba6092..b81d957 100644 (file)
@@ -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