From be9f306b889a46057a9f1485c0d3aa95b9956f63 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 1 Sep 2023 10:37:10 +0800 Subject: [PATCH] readthedocs: Use build.os instead of build.image build.image config key will be deprecated in favor of build.os ref: https://blog.readthedocs.com/use-build-os-config/ Issue-ID: INF-429 Signed-off-by: Jackie Huang Change-Id: Icaeb1dd26319d91c86082af5d419d694cb94a3d3 --- .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