Skip to content

Commit 842dcdb

Browse files
committed
Update make.jl
fix warning on docs + error on generated file size
1 parent e7dd648 commit 842dcdb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ DocMeta.setdocmeta!(MultiScaleTreeGraph, :DocTestSetup, :(using MultiScaleTreeGr
66
makedocs(;
77
modules=[MultiScaleTreeGraph],
88
authors="remi.vezy <VEZY@users.noreply.github.com> and contributors",
9-
repo="https://github.com/VEZY/MultiScaleTreeGraph.jl/blob/{commit}{path}#{line}",
9+
repo=Documenter.Remotes.GitHub("VEZY", "MultiScaleTreeGraph.jl"),
1010
sitename="MultiScaleTreeGraph.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
1313
canonical="https://VEZY.github.io/MultiScaleTreeGraph.jl",
14-
assets=String[]
14+
assets=String[],
15+
size_threshold=300000
1516
),
1617
pages=[
1718
"Home" => "index.md",

0 commit comments

Comments
 (0)