From 3515eda1c4fcc2a53a480cd6de1c472a8beae748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20M=C3=A4ki?= Date: Thu, 9 Jan 2025 15:00:27 +0200 Subject: [PATCH] Update readthedocs.yaml --- .readthedocs.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 97accd97..bd77b5b3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,15 +5,21 @@ # Required version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.12" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py + # fail_on_warning: true # Optionally build your docs in additional formats such as PDF formats: all # Optionally set the version of Python and requirements required to build your docs -#python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt +python: + install: + - requirements: requirements.txt + - requirements: docs/requirements.txt