From eb2d3fa8483ac1caadc7ee6ad2f00fbf2e1ce9bb Mon Sep 17 00:00:00 2001 From: "Nickolaus D. Saint" Date: Fri, 20 Sep 2024 09:15:45 -0700 Subject: [PATCH] docs: Fix sourcepath for docs config file --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1e40aee..a2adfbe 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ build: tools: python: "3.12" sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py python: install: - requirements: docs/requirements.txt