We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796bb00 commit 70dba07Copy full SHA for 70dba07
docs/make.jl
@@ -193,6 +193,12 @@ function build_battmo_docs(build_format = nothing;
193
@info "$ex Writing notebook to $notebook_dir"
194
Literate.notebook(in_pth, notebook_dir, execute = false)
195
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
202
203
if deploy
204
deploydocs(;
0 commit comments