We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce5a00 commit de71257Copy full SHA for de71257
docs/make.jl
@@ -17,6 +17,7 @@ makedocs(;
17
prettyurls=get(ENV, "CI", "false") == "true",
18
canonical="https://juliagraphs.org/MultilayerGraphs.jl",
19
assets=String[],
20
+ size_threshold_ignore=["API.md"],
21
),
22
pages=["🏠 Home" => "index.md", "🛠 API" => "API.md"],
23
clean=false,
0 commit comments