Doc: update the readthedocs.yaml 15/11715/2
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Fri, 1 Sep 2023 02:54:15 +0000 (10:54 +0800)
committerZhang Rong(Jon) <rong.zhang@windriver.com>
Fri, 1 Sep 2023 03:02:35 +0000 (11:02 +0800)
ReadtheDocs has few deprecations coming up which will affect
the o2 repo

Use build.os instead of build.image

Issue-ID: INF-429
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: Ib155a877d39d25bbe6f7f6649689763ef4b21332

.readthedocs.yaml

index 3797dc8..243587e 100644 (file)
@@ -9,10 +9,11 @@ formats:
   - htmlzip
 
 build:
-  image: latest
+  os: latest
+  tools:
+    python: "3.7"
 
 python:
-  version: 3.7
   install:
     - requirements: docs/requirements-docs.txt