Skip to content

Commit

Permalink
try to fix docs throwing on size_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
thchr committed Sep 26, 2024
1 parent 36194bc commit b9e2bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ makedocs(
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://thchr.github.io/Crystalline.jl",
assets = ["assets/custom.css"], # increase logo size
size_threshold = 300 * 2^10, # or include "api.md" page in `size_threshold_ignore`
),
pages = [
"Home" => "index.md",
Expand Down

0 comments on commit b9e2bcd

Please sign in to comment.