From d5bebca27e565858573afdff9fe2e35d44755ca6 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:57:29 -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 8ea9471..304b358 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,4 +8,5 @@ python: - path: . - requirements: docs/requirements.txt sphinx: + configuration: docs/conf.py fail_on_warning: true