From 34e9c360504c9533e917900d8706d5ac1aa3d6c5 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Fri, 22 Sep 2023 21:03:58 -0500 Subject: [PATCH] [documentation] Update Documenter.jl --- docs/Project.toml | 2 +- docs/make.jl | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index ed025f5..e2d55ee 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,4 +2,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] -Documenter = "~0.25" +Documenter = "1.0" diff --git a/docs/make.jl b/docs/make.jl index 25475e7..5ed6fe4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -3,8 +3,7 @@ using Documenter, LimitedLDLFactorizations makedocs( modules = [LimitedLDLFactorizations], doctest = true, - # linkcheck = true, - strict = true, + linkcheck = true, format = Documenter.HTML( assets = ["assets/style.css"], prettyurls = get(ENV, "CI", nothing) == "true",