From: Jackie Huang Date: Fri, 1 Sep 2023 02:37:10 +0000 (+0800) Subject: readthedocs: Use build.os instead of build.image X-Git-Tag: i-release~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=pti%2Frtp.git;a=commitdiff_plain;h=be9f306b889a46057a9f1485c0d3aa95b9956f63 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 --- 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