aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:31:17 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:33:13 +0200
commit239e162ccb853328211c4be671cce32359406b7a (patch)
treed5bc0c81e6902fb38285ad775514e5db134a9391
parent546db2eed81b83b4c1ca18276066cefbb0995b62 (diff)
Set Python and Ubuntu versions in .readthedocs.yamlHEADmaster
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: Ib61520dad853bda7c8c4a0311267bb6bf5c782a3
-rw-r--r--.readthedocs.yaml15
1 files changed, 5 insertions, 10 deletions
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