From 3e84ad9a42f7f135e433ad8a1ff5c06dd681b988 Mon Sep 17 00:00:00 2001 From: raresgaia123 <137071040+raresgaia123@users.noreply.github.com> Date: Mon, 19 Aug 2024 19:02:06 +0300 Subject: [PATCH] fix: build fix for readthedocs (#80) updated yaml file with correct path to conf.py file Co-authored-by: Rares Gaia --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 667c041..4e31dcf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py formats: all