From 14ff7388ae9606e5ac5cc39d9605d19dd0518d11 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 15 Mar 2022 12:22:38 +0100 Subject: [PATCH] readthedocs: do not fail on warnings Signed-off-by: Unai Martinez-Corral --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2b62212..4f57057 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -23,7 +23,7 @@ version: 2 sphinx: configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false python: version: "3.7"