From 08a29341516f7bb44c36120adf3e61a30f427d87 Mon Sep 17 00:00:00 2001 From: Patrick Foley Date: Wed, 18 Dec 2024 13:33:08 -0800 Subject: [PATCH] Remove fail on warning for readthedocs Signed-off-by: Patrick Foley --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3daed68191a..191fd995406 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false # Optionally build your docs in additional formats such as PDF and ePub formats: @@ -20,4 +20,4 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt