From: Andreas Geissler Date: Mon, 26 Jun 2023 08:38:08 +0000 (+0200) Subject: [DOC] Fix master doc build config X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F135152%2F1;p=ccsdk%2Fcds.git [DOC] Fix master doc build config Issue-ID: DOC-811 Signed-off-by: Andreas Geissler Change-Id: I39729a4b23ca9404c9287a58d5ac787770871cb1 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb..7effcde5c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,17 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 -formats: - - htmlzip +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py