From 5d14a6361bfd391cd4c110f9d8fc1911e3e80e72 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Thu, 22 Jun 2023 11:48:24 +0200 Subject: [PATCH] update .readthedocs.yaml Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: I8597e6da908ee893aaeb66e4543061bf6376aaa4 (cherry picked from commit 045b446ddab61b66cd737b3738eceb47a0efb8a3) --- .readthedocs.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82889b5a..f56b3b71 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,18 +3,16 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required -version: 2 +version: 2 build: - image: latest + os: ubuntu-20.04 + tools: + python: "3.8" python: - version: 3.7 install: - - requirements: docs/requirements-docs.txt - -submodules: - include: all + - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py -- 2.16.6