From a66d352b53d1072fa7c07fafbccabc8811d23622 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Thu, 27 Mar 2025 13:27:01 +0100 Subject: [PATCH] fix docs build process - update config yaml also inspired by SIM project Issue-ID: OAM-447 Change-Id: Ia2b8e98320358fee182f2c6093315abf2a37e684 Signed-off-by: Martin Skorupski --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fba6092..9bde2ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,13 +5,13 @@ formats: - htmlzip build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py - \ No newline at end of file -- 2.16.6