From 1aaa2a0d08ae06d89e11d9ef69fb8561374b4c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 3 Feb 2025 15:32:51 -0800 Subject: [PATCH] CONF: adding sphinx config file explicitely to RTD config --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5857c21..74ee552 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,5 +14,6 @@ python: - rtd sphinx: + configuration: docs/conf.py builder: html fail_on_warning: true