From 6209457320a91789bf03d95b6f47fe2875686127 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 20 Aug 2025 12:24:08 +0200 Subject: [PATCH] RTD: add required sphinx.configuration setting --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7bfbe0b..48c8f26 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,6 +6,8 @@ build: jobs: post_checkout: - git fetch --unshallow || true +sphinx: + configuration: doc/conf.py python: install: - requirements: doc/requirements.txt