From 52a032958acbf47f3d31c6fe46dcb0d60ae48664 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Sun, 24 Dec 2023 16:51:20 +0100 Subject: [PATCH 1/2] Update to Documenter v1 --- 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 ef0d8b4..9951bde 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,4 +6,4 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" [compat] -Documenter = "~0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index bbb84b1..9cf5f56 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -29,7 +29,7 @@ makedocs( ], doctest = ("fixdoctests" in ARGS) ? :fix : true, linkcheck = !("nonstrict" in ARGS), - strict = !("nonstrict" in ARGS), + warnonly = ("nonstrict" in ARGS), ) deploydocs( From 566039d86051a4a7673858a189c18ad8a1a6cdf6 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Sun, 24 Dec 2023 16:54:57 +0100 Subject: [PATCH 2/2] Add version bounds for std libs --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d94c5a5..5cacfb5 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ ChangesOfVariablesInverseFunctionsExt = "InverseFunctions" [compat] InverseFunctions = "0.1" +LinearAlgebra = "<0.0.1, 1" julia = "1" [extras]