From 4330ffa3aea0f96207afc16a559db82e2795189c Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 4 Jan 2024 22:41:55 +0100 Subject: [PATCH] Fixup path to sphinx config file in readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dd2aa46..a8c59b4 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/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 -- 2.39.2