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