diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-06-26 14:39:09 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-06-26 14:39:09 +0200 |
commit | df1e3a2bcc14c29bdf2e1bdf113fe3696562e9f0 (patch) | |
tree | 0b9d93e845599be36bbf33eb7c28bbc8789d1d3e | |
parent | 663df2c1b8d9176094a62b00b7e80de096180621 (diff) |
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 <cedric.ollivier@orange.com>
Change-Id: I67edb2de1e0e79726be6f46eea77c8643c561d9c
-rw-r--r-- | .readthedocs.yaml | 12 |
1 files changed, 5 insertions, 7 deletions
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 |