From 47e13962ee639608171785cfd32f20037ca63810 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 26 Jun 2023 10:38:08 +0200 Subject: [PATCH] [DOC] Fix master doc build config Issue-ID: DOC-811 Signed-off-by: Andreas Geissler Change-Id: I39729a4b23ca9404c9287a58d5ac787770871cb1 --- .readthedocs.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8bb..7effcde5c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,17 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 -formats: - - htmlzip +version: 2 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