From c24f5867d1ae9a7fa7e0b8060d3257332d14af48 Mon Sep 17 00:00:00 2001 From: Eljay Gemoto <58857996+eljayg@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:24:34 -0700 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3b57618..3859357 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,3 +4,6 @@ build: os: "ubuntu-20.04" tools: python: "3.8" + +sphinx: + fail_on_warning: true