From 7af0cfdfbb9d315819b848e14b2c5693f43bc5aa Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Mon, 11 Mar 2024 14:16:44 +0200 Subject: [PATCH] size_threshold must be int --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 0b41eae0..ad73c220 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -65,7 +65,7 @@ mathengine = MathJax( ), ) -const MiB = 2.0^20 +const MiB = 2^20 format = Documenter.HTML( prettyurls = get(ENV, "CI", nothing) == "true",