From: Dan Timoney Date: Tue, 20 Jun 2023 17:29:25 +0000 (-0400) Subject: Fix .readthedocs.yaml X-Git-Tag: 2.6.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F34%2F135034%2F1;p=sdnc%2Foam.git Fix .readthedocs.yaml Update .readthedocs.yaml Issue-ID: DOC-811 Signed-off-by: Dan Timoney Change-Id: I8d3ca402600c884cb063de1b241b2be83481e45f Former-commit-id: 7b692bf2003db8bb4cac6b33b35ea07f6dac01d5 --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..192952d2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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