diff options
author | 2023-05-09 19:04:02 +0200 | |
---|---|---|
committer | 2023-06-19 11:35:17 +0200 | |
commit | 9344271e974f6a60c383135c642939e4c6b6470e (patch) | |
tree | b6552aceef95662ea5df8460ca31098e975163bc | |
parent | 4edb8a380961595b755790aa9f95bbc03864b851 (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: I06492b2e99102994bb797eebf05c026df71f8602
(cherry picked from commit 4d7b7cca4e99a94a61ba17d319f44862622041be)
-rw-r--r-- | .readthedocs.yaml | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7f740b769..f56b3b71f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,21 +1,18 @@ --- # .readthedocs.yml -# # Read the Docs configuration file -# # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# # Required -# -version: 2 +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +# Required +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 + install: + - requirements: docs/requirements-docs.txt sphinx: - configuration: docs/conf.py + configuration: docs/conf.py |