Skip to content

Commit de71257

Browse files
committed
Ignore size threshold for API.md
1 parent bce5a00 commit de71257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ makedocs(;
1717
prettyurls=get(ENV, "CI", "false") == "true",
1818
canonical="https://juliagraphs.org/MultilayerGraphs.jl",
1919
assets=String[],
20+
size_threshold_ignore=["API.md"],
2021
),
2122
pages=["🏠 Home" => "index.md", "🛠 API" => "API.md"],
2223
clean=false,

0 commit comments

Comments
 (0)