From f7a1254bdf43173fdc67e37f7bf37833e60a4381 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:55:09 -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 c16e908..6b36294 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