From e3b4c33ebc685a95a5dea569dca7b7307f98e351 Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:29:18 +0200 Subject: [PATCH] maintain: give explicit sphinx conf to readthedocs --- .readthedocs.yaml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index de87c93..09781c3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,13 +1,14 @@ version: 2 build: - os: 'ubuntu-lts-latest' - tools: - python: '3.11' + os: 'ubuntu-lts-latest' + tools: + python: '3.13' sphinx: - fail_on_warning: true + configuration: docs/conf.py + fail_on_warning: true python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt