From 0e80060eafdcaa2ed2033e009d6873ec9f199cb4 Mon Sep 17 00:00:00 2001 From: giulero Date: Fri, 28 Jun 2024 18:37:35 +0200 Subject: [PATCH] Fix conf path --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46c..a83c2f35 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references