diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-06-26 14:30:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-06-26 14:30:53 +0200 |
commit | 7360281d76ac6fb9b33892ad10617f348940ab0c (patch) | |
tree | ccee722095aa8d43b179ebd316adbcd670dc2cf4 | |
parent | a75871769243464757351669d4d0f99959e30b16 (diff) |
Set Python and Ubuntu versions in .readthedocs.yamllondon
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: I88e43b3defcbb5e35b3911a7a7f7b225a7d66e48
(cherry picked from commit 9fae20075b2ad8dceed5995af2e83d8cc78f4666)
-rw-r--r-- | .readthedocs.yaml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..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 - -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 |