Apply latest ReedTheDoc config rules 40/135040/1
authorToineSiebelink <toine.siebelink@est.tech>
Wed, 21 Jun 2023 09:13:46 +0000 (10:13 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Wed, 21 Jun 2023 09:26:45 +0000 (10:26 +0100)
Issue-ID: CPS-1757
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Icdf5fe5b5b1d6628bed786a1d99816e7990302cc

.readthedocs.yaml

index 9c22c0b..bd580e5 100644 (file)
 # Required
 version: 2
 
-formats:
-  - htmlzip
-
 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