out_path
This commit is contained in:
parent
67a401dc8a
commit
9904845715
@ -11,7 +11,7 @@ function build_toc(force=true)
|
||||
infile = joinpath(repo_directory, "misc", "toc.jmd")
|
||||
outfile = joinpath(@__DIR__, "build", "index.html")
|
||||
weave(infile;
|
||||
outpath=outfile,
|
||||
out_path=outfile,
|
||||
doctype="md2html",
|
||||
fig_ext=".svg",
|
||||
template=htmlfile,
|
||||
|
Loading…
Reference in New Issue
Block a user