From 05cda82557b0a8abb42f5e8c25c92365533b083b Mon Sep 17 00:00:00 2001 From: mpecchi Date: Tue, 30 Apr 2024 23:03:29 -0400 Subject: [PATCH] yaml points to source where conf.py is --- .readthedocs.yaml | 2 +- docs/{ => source}/conf.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => source}/conf.py (100%) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 243f0cc..bb958bf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # Optionally build your docs in additional formats such as PDF and ePub # formats: diff --git a/docs/conf.py b/docs/source/conf.py similarity index 100% rename from docs/conf.py rename to docs/source/conf.py