From: Martin Skorupski Date: Thu, 27 Mar 2025 12:27:01 +0000 (+0100) Subject: fix docs build process X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F14285%2F1;p=oam.git fix docs build process - update config yaml also inspired by SIM project Issue-ID: OAM-447 Change-Id: Ia2b8e98320358fee182f2c6093315abf2a37e684 Signed-off-by: Martin Skorupski --- 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