aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:39:06 +0200
committerMatthew Watkins <mwatkins@linuxfoundation.org>2023-07-07 14:11:51 +0000
commitb8230e00d3a5aa080889423da625136529601b75 (patch)
tree2344058dd0f57bd6a2401bcf68c5e7baf9a440a4
parent596711ca60cde91513a98a1a0e75ba7a32afef65 (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: I6a4cf1aa3df083751efcaf702f1332d7a85aad56
-rw-r--r--.readthedocs.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index e442ca7..f56b3b7 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -3,11 +3,8 @@
# 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:
os: ubuntu-20.04
tools:
@@ -15,7 +12,7 @@ build:
python:
install:
- - requirements: docs/requirements-docs.txt
+ - requirements: docs/requirements-docs.txt
sphinx:
configuration: docs/conf.py