From 2e03768c27a25d5fd33cac41205d0ffe20e31488 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 21 May 2025 17:23:09 +0200 Subject: [PATCH] add compat setting for Documenter and remove strict keyword of makedocs --- docs/Project.toml | 3 +++ docs/make.jl | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 951f324..a69e080 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,3 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5" + +[compat] +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 5b8f9ac..3ad5bba 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,8 +15,7 @@ makedocs(; "Home" => "index.md", "Public API" => "public-api.md", "Internals (Private)" => "internals.md", - ], - strict=true, + ] ) deploydocs(;