aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:27:30 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2023-07-03 14:27:30 +0200
commit821e375b20e95b575cd5c7ffdfc4e0f3691d969b (patch)
tree5883874b22205bc028ed04ee1105b8cf41a54fdb
parent475dea38401fe377579017c06db5b1d60da74e74 (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: I3e0df992c2f8149f5f72d44cd19169f7a2ba6836
-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