From 18bdbc0d22838e49dbe6c72ff0ce506ac9760b48 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Fri, 15 Sep 2023 15:18:53 -0500 Subject: [PATCH] [documentation] Update for Documenter.jl --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 9b8c1fe29..0595a9398 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,6 @@ makedocs( modules = [Krylov], doctest = true, linkcheck = true, - strict = true, format = Documenter.HTML(assets = ["assets/style.css"], ansicolor = true, prettyurls = get(ENV, "CI", nothing) == "true",