From f8e74927f7e3f3a05606cba567b19bdaa3e7acd3 Mon Sep 17 00:00:00 2001 From: "Zhang Rong(Jon)" Date: Fri, 1 Sep 2023 10:54:15 +0800 Subject: [PATCH] Doc: update the readthedocs.yaml 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) Change-Id: Ib155a877d39d25bbe6f7f6649689763ef4b21332 --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..243587e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 -- 2.16.6