From 9247d3ac569f241fc0a6abfc9acca3bc9cd8eafb Mon Sep 17 00:00:00 2001 From: Jen Schripsema Date: Tue, 19 Nov 2024 13:41:03 -0700 Subject: [PATCH] turning off fail on warnings temporarily to get all EMOD docs set up again --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e227c57..3419ba8 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,7 +14,7 @@ build: # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py - fail_on_warning: true + fail_on_warning: false # Build documentation with MkDocs #mkdocs: