diff --git a/docs/make.jl b/docs/make.jl index 0c5e5716b7..00aebfbd01 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -31,6 +31,7 @@ makedocs( analytics = "UA-136089579-2", highlights = ["yaml"], ansicolor = true, + size_threshold_ignore = ["release-notes.md"], ) end, build = ("pdf" in ARGS) ? "build-pdf" : "build",