From 93b5c349dfb92cef026a779bb882c22fd0781b4d Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Thu, 21 Sep 2023 14:20:11 -0500 Subject: [PATCH] Remove deprecated Documenter.jl keyword strict --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 156b4d6d..2c793cfd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,7 +15,6 @@ makedocs( ), modules = [ExaPF], repo = "https://github.com/exanauts/ExaPF.jl/blob/{commit}{path}#{line}", - strict = true, checkdocs = :exports, pages = [ "Home" => "index.md",