From 927ba7bf9f3a1d89279bf231cc269fb8992c8ce9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 20 Jun 2023 13:29:25 -0400 Subject: [PATCH] Fix .readthedocs.yaml Update .readthedocs.yaml Issue-ID: DOC-811 Signed-off-by: Dan Timoney Change-Id: I8d3ca402600c884cb063de1b241b2be83481e45f Former-commit-id: 7b692bf2003db8bb4cac6b33b35ea07f6dac01d5 --- .readthedocs.yaml | 8 +++----- 1 file 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 -- 2.16.6