From 43e3e06f795a46c392004af1acb97db3b2f2cfb6 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Wed, 21 Jun 2023 10:13:46 +0100 Subject: [PATCH] Apply latest ReedTheDoc config rules Issue-ID: CPS-1757 Signed-off-by: ToineSiebelink Change-Id: Icdf5fe5b5b1d6628bed786a1d99816e7990302cc --- .readthedocs.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c22c0b40..bd580e5f2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,16 +23,14 @@ # 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 + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py -- 2.16.6