From 3e3b4acbafff0ead892a5982edfa2253fb604e8c Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Wed, 11 Oct 2023 13:09:27 +0200 Subject: [PATCH] Update to Documenter v1.x --- 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 f471c80..79af498 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" [compat] -Documenter = "~0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 640c0d5..c863ecb 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(