From 948e81ae9e4a333abc677fd4cce59fcb322aaeee Mon Sep 17 00:00:00 2001 From: Justin Miller <66532328+Justin-J-Miller@users.noreply.github.com> Date: Wed, 15 May 2024 11:13:12 -0400 Subject: [PATCH] Update rtd2 (#230) * Added RTD yaml file and conf, moved rtd reqs, left old make files * Referring to old conf.py --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cdf7efca..4d4cf87c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,7 +16,8 @@ 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