Set Python and Ubuntu versions in .readthedocs.yaml 75/135175/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Jun 2023 12:39:09 +0000 (14:39 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 26 Jun 2023 12:39:09 +0000 (14:39 +0200)
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

.readthedocs.yaml

index 82889b5..f56b3b7 100644 (file)
@@ -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