Skip to content

Commit 70dba07

Browse files
committed
build tutorial notebooks
1 parent 796bb00 commit 70dba07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/make.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ function build_battmo_docs(build_format = nothing;
193193
@info "$ex Writing notebook to $notebook_dir"
194194
Literate.notebook(in_pth, notebook_dir, execute = false)
195195
end
196+
197+
for (ex, pth) in tutorials
198+
in_pth = tutorial_path(pth)
199+
@info "$ex Writing notebook to $notebook_dir"
200+
Literate.notebook(in_pth, notebook_dir, execute = false)
201+
end
196202
end
197203
if deploy
198204
deploydocs(;

0 commit comments

Comments
 (0)