From 25da2d6a0ae49a56f157d44c200426ff9e6db07c Mon Sep 17 00:00:00 2001 From: Amanda Richardson Date: Sun, 3 Nov 2024 23:12:06 -0800 Subject: [PATCH] remove fail on warning --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 997877703..6eb70f2ff 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -38,4 +38,4 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: doc/conf.py - fail_on_warning: true + fail_on_warning: false