diff --git a/docs/make.jl b/docs/make.jl index 9eb707e..9e05e59 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,11 +9,12 @@ makedocs(; prettyurls=get(ENV, "CI", "false") == "true", canonical="https://Gnimuc.github.io/CImGui.jl", assets=String[], + size_threshold=400000 ), pages=[ "Introduction" => "index.md", "API Reference" => "api.md", - ], + ] ) deploydocs(;