From a18d39afcdce01abc0bf67d13b29e8ef9cdd03d2 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 5 Sep 2025 10:53:25 -0400 Subject: [PATCH] Update path to docs `conf.py` --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f9ddeda..a6ab77b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,4 +21,4 @@ build: - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py