From 717c5f207f5d70fef4546fc23e9cb3147404212d Mon Sep 17 00:00:00 2001 From: Rodolfo Olivieri Date: Fri, 27 Dec 2024 15:24:58 -0300 Subject: [PATCH] Fix readthedocs yaml config (#81) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 22cfb7e..9112659 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # Optionally, but recommended, # declare the Python requirements required to build your documentation