From 1077b49ce08a9fa28c4a7f3a5dbcdc31d221ef82 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Nov 2022 19:54:50 -0800 Subject: [PATCH 1/2] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9f30020..12eb0ea 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: source/conf.py #If using Sphinx, optionally build your docs in additional formats such as PDF formats: From 9496912b15d9b661ac965bc20261c8784554019d Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Nov 2022 19:57:49 -0800 Subject: [PATCH 2/2] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 12eb0ea..aeef48e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: source/conf.py + configuration: docs/source/conf.py #If using Sphinx, optionally build your docs in additional formats such as PDF formats: