Skip to content

Commit

Permalink
set larger size_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored and JamesWrigley committed Nov 10, 2023
1 parent b0e2fcb commit fa126ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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(;
Expand Down

0 comments on commit fa126ba

Please sign in to comment.