From: Jackie Huang Date: Mon, 18 Dec 2023 02:12:17 +0000 (+0800) Subject: readthedocs: fix the build.os X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=pti%2Frtp.git;a=commitdiff_plain;h=4774a0dcbd593e34f6c9e653a460f7bf18327907 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 Signed-off-by: Jackie Huang Change-Id: I1f1bf70a6cd5f6b9ef1710d4f41519ce6ccca491 --- 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"