From be68bd9bc6db679f1b57fdb6159d5b40891a7fd2 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 3 Jan 2026 16:06:05 +0100 Subject: [PATCH] RTD: add now required sphinx.configuration setting --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 81e650c..35bde69 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,5 +9,7 @@ build: python: install: - requirements: doc/requirements.txt +sphinx: + configuration: doc/conf.py formats: - pdf