From: Cédric Ollivier Date: Mon, 26 Jun 2023 12:39:09 +0000 (+0200) Subject: Set Python and Ubuntu versions in .readthedocs.yaml X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2.git;a=commitdiff_plain;h=df1e3a2bcc14c29bdf2e1bdf113fe3696562e9f0 Set Python and Ubuntu versions in .readthedocs.yaml It now follows the ONAP gate configurations. It also fixes the settings and formats it. Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier Change-Id: I67edb2de1e0e79726be6f46eea77c8643c561d9c --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82889b5a..f56b3b71 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,16 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py