update .readthedocs.yaml 73/135073/1
authorthmsdt <thomas.kulik@telekom.de>
Thu, 22 Jun 2023 08:23:04 +0000 (10:23 +0200)
committerthmsdt <thomas.kulik@telekom.de>
Thu, 22 Jun 2023 08:25:23 +0000 (10:25 +0200)
Issue-ID: DOC-811

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

.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