From: Zhang Rong(Jon) Date: Fri, 1 Sep 2023 02:54:15 +0000 (+0800) Subject: Doc: update the readthedocs.yaml X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f8e74927f7e3f3a05606cba567b19bdaa3e7acd3;p=pti%2Fo2.git 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 --- 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