From a951db516a22fc0f63504e25c3a3efea88ed05dc Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:57:37 -0500 Subject: [PATCH] chore: Add configuration to .readthedocs.yaml --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8f6c410..87f6bdb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,4 +7,5 @@ python: install: - requirements: docs/requirements.txt sphinx: + configuration: docs/conf.py fail_on_warning: true