From: Zhang Rong(Jon) Date: Tue, 19 Dec 2023 06:11:24 +0000 (+0800) Subject: readthedocs: fix the build.os X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=86db9168e24365b8975dbadca8f3f2c63eefd31f;p=pti%2Fo2.git readthedocs: fix the build.os Set build.os to ubuntu-22.04 to fix the config issue: ``` Invalid configuration option "build.os": expected one of (ubuntu-20.04, ubuntu-22.04), got latest ``` Issue-ID: INF-438 Change-Id: I564f366c68e427e6a67bf3312c4cd446d27deddb Signed-off-by: Zhang Rong(Jon) --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 243587e..19b2821 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ formats: - htmlzip build: - os: latest + os: ubuntu-22.04 tools: python: "3.7"