summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-06-26 14:39:09 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-06-26 14:40:30 +0200
commitdab9cfb2cbac7960416cceefe4f40da9e5078184 (patch)
tree87e15787f7ebd757b93691e1a68daf2c1ca5f6b8
parent35b3b01521cef7c4f89931e8e89841196f82e1ad (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: I67edb2de1e0e79726be6f46eea77c8643c561d9c (cherry picked from commit df1e3a2bcc14c29bdf2e1bdf113fe3696562e9f0)
-rw-r--r--.readthedocs.yaml12
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