Set Python and Ubuntu versions in .readthedocs.yaml 00/135300/2 london
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 3 Jul 2023 12:39:06 +0000 (14:39 +0200)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Fri, 7 Jul 2023 14:11:51 +0000 (14:11 +0000)
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

.readthedocs.yaml

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