From 23a5b244c78d6969827af8a8b6f914b59b8d659b Mon Sep 17 00:00:00 2001 From: Marnik Bercx Date: Mon, 13 Jan 2025 21:07:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Add=20path=20to=20sphinx=20`conf?= =?UTF-8?q?.py`=20to=20RTD=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 8d9ccae..fc41e3d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,3 +15,4 @@ python: sphinx: builder: html fail_on_warning: true + configuration: docs/source/conf.py