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