From a16b25690e199b495c3c2374373c5194a01743a1 Mon Sep 17 00:00:00 2001 From: parulin <161326115+parulin@users.noreply.github.com> Date: Tue, 25 Nov 2025 03:19:49 -0500 Subject: [PATCH] Set fail_on_warning to true in RTD config Since nitpicky mode is enabled and all warnings are fixed, using this default may spot minor mistakes in pull requests. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 526e0844..7a48016a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ submodules: sphinx: builder: html configuration: conf.py - fail_on_warning: false + fail_on_warning: true python: install: