update .readthedocs.yaml 77/135077/1
authorthmsdt <thomas.kulik@telekom.de>
Thu, 22 Jun 2023 08:32:12 +0000 (10:32 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 22 Jun 2023 08:32:59 +0000 (10:32 +0200)
Issue-ID: DOC-811

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I17f70162b53e9f1c4b424481a1b612892ab35830

.readthedocs.yaml

index 3797dc8..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
-
-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