From 98a51b227c958bd00406ccb08b827278a093b420 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 22 Jun 2023 09:13:03 +0200 Subject: Set Ubuntu and python in .readthedocs.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier Change-Id: I0c850b2a55ac9d302b28701409e8e1361afea2c7 (cherry picked from commit 1bf96f951e892e11e597c180a099871e32ddba7d) --- .readthedocs.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c22c0b..dfd1cd9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,18 +21,16 @@ # 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 -- cgit 1.2.3-korg