From f075fac975026480f8fbc5665df96a1f25d4afb0 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Thu, 29 Feb 2024 15:00:12 +0100 Subject: [PATCH] Fix sphinx config path --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 86b63395f1..30c04f95f8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,7 +10,7 @@ build: python: "3.11" sphinx: builder: html - configuration: docs/source/conf.py + configuration: docs/conf.py fail_on_warning: false python: install: