Skip to content

Commit d518709

Browse files
Update utils.jl
1 parent 7b6f9a3 commit d518709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function weaveall()
1212
for file in files
1313
if endswith(file, "jmd")
1414
@info "Weaving Document: $(joinpath(root, file))"
15-
weave(joinpath(root, file); out_path=:doc)
15+
weave(joinpath(root, file); out_path=:doc, mod=Main)
1616
end
1717
end
1818
end

0 commit comments

Comments
 (0)