From fae4d224e87743737e0b69bc77c7d5e3fbce5f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Thu, 11 Dec 2025 01:43:20 +0100 Subject: [PATCH] Revert "Set fail_on_warning to true in RTD config" This reverts commit a16b25690e199b495c3c2374373c5194a01743a1. Build stopped working on readthedocs due to this change, we need further investigations to better test changes locally and also figure why there is a warning --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7a48016a..526e0844 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ submodules: sphinx: builder: html configuration: conf.py - fail_on_warning: true + fail_on_warning: false python: install: