From 9e44abaa7d8f9e278edea7200f16e1fa4742b3b5 Mon Sep 17 00:00:00 2001 From: Matthew Ballance Date: Mon, 15 Jul 2024 06:49:03 -0700 Subject: [PATCH] Attempt to resolve RTD build failures Signed-off-by: Matthew Ballance --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b468076..c151d17 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: doc/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