From 5434e0a3aa1f7a1654dd0c56f80bb2b4433a5be4 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Thu, 12 Sep 2024 15:03:45 -0600 Subject: [PATCH] Fix readthedocs path Signed-off-by: Nicolas Bock --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46..a83c2f3 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