This commit is contained in:
jverzani 2022-05-24 14:33:32 -04:00
parent 67a401dc8a
commit 9904845715

View File

@ -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,