From 1603907741669101cf236af3c6ca11b13ed7c316 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Fri, 22 Sep 2023 22:30:01 -0500 Subject: [PATCH] [documentation] Update Documenter.jl --- docs/Project.toml | 2 +- docs/make.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index fe1a882..bf4a1fd 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,4 @@ NLPModelsKnitro = "bec4dd0d-7755-52d5-9a02-22f0ffc7efcb" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" [compat] -Documenter = "0.27" +Documenter = "1.0" diff --git a/docs/make.jl b/docs/make.jl index 4d845ed..8601a93 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -4,7 +4,7 @@ using NLPModelsKnitro makedocs( modules = [NLPModelsKnitro], doctest = true, - strict = true, + linkcheck = true, format = Documenter.HTML( prettyurls = get(ENV, "CI", nothing) == "true", assets = ["assets/style.css"],