From f7616894c2ff530317ee9a404bfff1f3166c9c1b Mon Sep 17 00:00:00 2001 From: Rob Hammond <13874373+RHammond2@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:32:36 -0700 Subject: [PATCH] turn off notebook execution in docs build --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fd079fa7..768fc6c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -88,7 +88,7 @@ } # toggle this between auto/off to rerun full documentation build -nb_execution_mode = "auto" +nb_execution_mode = "off" nb_execution_timeout = -1 nb_execution_allow_errors = True # nb_execution_excludepatterns.append("*_demonstration.md") # used for targeted updating