Set Ubuntu and python in .readthedocs.yaml 65/135065/1 london
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 22 Jun 2023 07:13:03 +0000 (09:13 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 22 Jun 2023 07:13:53 +0000 (09:13 +0200)
Issue-ID: DOC-811
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I0c850b2a55ac9d302b28701409e8e1361afea2c7
(cherry picked from commit 1bf96f951e892e11e597c180a099871e32ddba7d)

.readthedocs.yaml

index 9c22c0b..dfd1cd9 100644 (file)
 # 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