From ef9ef11a907cb31cde80ef0ca3dbd740f4284ef6 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Thu, 29 Feb 2024 14:56:44 +0100 Subject: [PATCH] Update readthedocs config to version 2 --- .readthedocs.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3355df1ebd..86b63395f1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,17 @@ -requirements_file: docs/requirements.txt - +# see also: https://docs.readthedocs.io/en/stable/config-file/v2.html#supported-settings +version: 2 formats: - htmlzip - pdf - epub +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + builder: html + configuration: docs/source/conf.py + fail_on_warning: false +python: + install: + - requirements: docs/requirements.txt