From 2ed26c1e9dcba92cc7cd9ec5b48202659907cd74 Mon Sep 17 00:00:00 2001 From: jakkdl Date: Mon, 13 Jan 2025 15:35:10 +0100 Subject: [PATCH] add now required sphinx.configuration in readthedocs.yml --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9fde00ef8f..0604945f9e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,3 +16,4 @@ python: sphinx: fail_on_warning: true + configuration: docs/source/conf.py