From 0387559ecf2544c3aa83ea6c8c1eff261350ec14 Mon Sep 17 00:00:00 2001 From: Tim Metzler Date: Mon, 25 Sep 2023 16:01:34 +0200 Subject: [PATCH] Fix path to conf.py in .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a4f3529..ed14f4de 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