From 114a619b036dcb13a7aad5f8c6c8c9254cce45bf Mon Sep 17 00:00:00 2001 From: "michael d. catchen" Date: Mon, 18 Dec 2023 15:29:44 -0500 Subject: [PATCH] Docs no sizelimit --- docs/make.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index da78e93..eb3b1ee 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,7 +29,8 @@ makedocs(; ], ], checkdocs = :all, - warnonly = true + warnonly = true, + format = HTML(;size_threshold= nothing) ) deploydocs(;