diff --git a/docs/Project.toml b/docs/Project.toml index 37622fa..244f787 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -13,8 +13,8 @@ SolverBenchmark = "581a75fa-a23a-52d0-a590-d6201de2218a" [compat] ADNLPModels = "0.8" CaNNOLeS = "0.7" -Documenter = "0.27" +Documenter = "1" JSOSolvers = "0.12" -NLPModels = "0.21" -NLPModelsJuMP = "0.13" +NLPModels = "0.21.6" +NLPModelsJuMP = "0.13.4" SolverBenchmark = "0.6" diff --git a/docs/make.jl b/docs/make.jl index 429b2cc..d5e87ab 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -5,7 +5,6 @@ makedocs( modules = [NLSProblems], doctest = true, linkcheck = true, - strict = true, format = Documenter.HTML( assets = ["assets/style.css"], ansicolor = true,