aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-06-26 14:30:04 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-06-26 14:30:04 +0200
commit9fae20075b2ad8dceed5995af2e83d8cc78f4666 (patch)
treeb8f8d098c806e19fc4ccd50782a04f816d06670d
parent2ec53e1cba9c16cf939798d7fa956d2c13fd341f (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: I88e43b3defcbb5e35b3911a7a7f7b225a7d66e48
-rw-r--r--.readthedocs.yaml12
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