[DOC] Fix master doc build config 52/135152/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Mon, 26 Jun 2023 08:38:08 +0000 (10:38 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Mon, 26 Jun 2023 08:39:25 +0000 (10:39 +0200)
Issue-ID: DOC-811

Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Change-Id: I39729a4b23ca9404c9287a58d5ac787770871cb1

.readthedocs.yaml

index 3797dc8..7effcde 100644 (file)
@@ -3,18 +3,17 @@
 # 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