From 24130263d55a5c848c9809c29d53f0957924c0cc Mon Sep 17 00:00:00 2001 From: plasmapotential Date: Thu, 28 Dec 2023 12:24:34 -0500 Subject: [PATCH] updated readthedocs recipe --- docs/.readthedocs.yaml => .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/.readthedocs.yaml => .readthedocs.yaml (96%) diff --git a/docs/.readthedocs.yaml b/.readthedocs.yaml similarity index 96% rename from docs/.readthedocs.yaml rename to .readthedocs.yaml index 767b81e..6dffd85 100644 --- a/docs/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: - configuration: source/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