Fix .readthedocs.yaml
authorDan Timoney <dtimoney@att.com>
Tue, 20 Jun 2023 17:29:25 +0000 (13:29 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 20 Jun 2023 17:29:25 +0000 (13:29 -0400)
Update .readthedocs.yaml

Issue-ID: DOC-811
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8d3ca402600c884cb063de1b241b2be83481e45f

.readthedocs.yaml

index 3797dc8..192952d 100644 (file)
@@ -5,14 +5,12 @@
 # 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