Skip to content

Commit 621f231

Browse files
committed
docs: increase size_threshold to 400 in make.jl
1 parent 0f9e2d4 commit 621f231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Literate.markdown(joinpath(indir, "change_expectations.jl"), outdir; credit = fa
3333
@info "Building Documentation"
3434
makedocs(
3535
sitename = "BeforeIT.jl",
36-
format = Documenter.HTML(prettyurls = false),
36+
format = Documenter.HTML(prettyurls = false, size_threshold=400),
3737
pages = [
3838
"Home" => "index.md",
3939
"Essentials" => "examples/basic_example.md",

0 commit comments

Comments
 (0)