From c192766697208cd92510fa48e3f3fff70e475a39 Mon Sep 17 00:00:00 2001 From: Evan Bolyen Date: Wed, 18 Dec 2024 12:04:02 -0700 Subject: [PATCH] MAINT: update readthedocs config https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1c609e6..2c99ffd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,6 +14,7 @@ conda: sphinx: builder: html + configuration: book/conf.py # fail on warning is false until i get the API doc build sorted out fail_on_warning: false