From bcb7ee9c933ddc147f0b25b614893c5a171091f3 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 14 Mar 2023 13:35:27 +0100 Subject: [PATCH] . --- docs/source/.readthedocs.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml index 5855726..487ca97 100644 --- a/docs/source/.readthedocs.yaml +++ b/docs/source/.readthedocs.yaml @@ -1,19 +1,20 @@ -version: 1 +version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.10" + python: "3.11" sphinx: - fail_on_warning: true + configuration: docs/config.py + fail_on_warning: false formats: - pdf - - epub python: # Install our python package before building the docs install: + - requirements: requirements.txt - method: pip path: . -- GitLab