From 44c15a924cf2c4a100eaf86f8a10cd9f8e9309e7 Mon Sep 17 00:00:00 2001 From: Thibault Lestang Date: Fri, 11 Sep 2020 18:20:06 +0100 Subject: [PATCH] Disalbe fail_on_warning for readthedocs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4178b742fb..a1964b5efb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false # Optionally set the version of Python and requirements required to build your docs python: