diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-20 13:29:25 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-20 13:29:25 -0400 |
commit | 927ba7bf9f3a1d89279bf231cc269fb8992c8ce9 (patch) | |
tree | c5ea10a56be570e6b668273a0faa94a55486e819 | |
parent | 6148bb7d53b1dea484bbd2715e91548a9137bf2a (diff) |
Fix .readthedocs.yaml
Update .readthedocs.yaml
Issue-ID: DOC-811
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8d3ca402600c884cb063de1b241b2be83481e45f
Former-commit-id: 7b692bf2003db8bb4cac6b33b35ea07f6dac01d5
-rw-r--r-- | .readthedocs.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
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 |