Fix .readthedocs.yaml 34/135034/1
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

Former-commit-id: 7b692bf2003db8bb4cac6b33b35ea07f6dac01d5

.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