From f399ab7adbbdd8aa62aa3c2337badb38f8938665 Mon Sep 17 00:00:00 2001 From: takahashi-tsc Date: Sun, 13 Jul 2025 15:16:43 +0000 Subject: [PATCH] Fix readthedocs.yaml Updates to web documents have failed and need to be fixed. Change-Id: Ic1bd8bf0b5324fe51866e5d57e17ed4b482a009b Signed-off-by: Toshiaki Takahashi --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.16.6