From c4621aa97203ec760bb1f8677f7e13eeb10bb779 Mon Sep 17 00:00:00 2001 From: Jestin VanScoyoc <31118852+JediScoy@users.noreply.github.com> Date: Sun, 24 Dec 2023 09:52:52 -0500 Subject: [PATCH] moved conf.py --- .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 124910a..6dffd85 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: docs/conf.py + configuration: docs/source/conf.py # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs # builder: "dirhtml" # Fail on all warnings to avoid broken references 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