From 983bad291980c1f0c231dc9fcdeea3ea5590b3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Sun, 8 Sep 2024 09:22:14 +0200 Subject: [PATCH] Don't execute notebooks when building docs --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index d0aeca20..a1c0ceec 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -64,7 +64,7 @@ function build_jutul_darcy_docs(build_format = nothing; build_examples = true, b Literate.markdown(in_pth, out_dir, preprocess = upd) end if build_notebooks - Literate.notebook(in_pth, out_dir) + Literate.notebook(in_pth, out_dir, execute = false) end end ## Docs