From add76ff7c8bd2096c6dfc4b2c9060c5a13221b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 22 Mar 2023 12:30:15 +0100 Subject: [PATCH] Allow warnings in documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Temporary" (hopefully) workaround for gh-2453. Signed-off-by: Juan Luis Cano Rodríguez --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e04d658d42..2f95ec4cf4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -22,7 +22,7 @@ build: sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false # Turn back on soon # Build documentation with MkDocs # mkdocs: