From: takahashi-tsc Date: Sun, 13 Jul 2025 15:16:43 +0000 (+0000) Subject: Fix readthedocs.yaml X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;p=smo%2Fo2.git Fix readthedocs.yaml Updates to web documents have failed and need to be fixed. Change-Id: Ic1bd8bf0b5324fe51866e5d57e17ed4b482a009b Signed-off-by: Toshiaki Takahashi --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..65ecac7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,10 +9,11 @@ formats: - htmlzip build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements-docs.txt