From e630efcdf9a1da2f497ec9776ce49440882553ea Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Tue, 2 Jul 2019 10:22:18 -0700 Subject: [PATCH] Don't fail on warning when building docs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 7d3607e..8515058 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,7 +8,7 @@ version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py - fail_on_warning: true +# fail_on_warning: true # Build documentation with MkDocs #mkdocs: