From: Cédric Ollivier Date: Mon, 3 Jul 2023 12:31:17 +0000 (+0200) Subject: Set Python and Ubuntu versions in .readthedocs.yaml X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=239e162ccb853328211c4be671cce32359406b7a;hp=546db2eed81b83b4c1ca18276066cefbb0995b62;p=oom%2Fplatform%2Fcert-service.git 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: Ib61520dad853bda7c8c4a0311267bb6bf5c782a3 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index df46e4ce..f56b3b71 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,21 +3,16 @@ # 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 - -submodules: - include: all + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py