From cc40e9c1bcb936c4ea52325aa23de857f142bd34 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 23 Jan 2024 23:51:07 +0100 Subject: [PATCH] Fix config path --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7e93ed2..7a6d704 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,4 +6,4 @@ build: python: "3.10" sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py