From 299fac7c3f8fdf7998295af042c4a86b9eaf8972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Sun, 31 Dec 2023 17:50:19 +0100 Subject: [PATCH] Upgrade to Documenter v1 (#48) --- docs/Project.toml | 2 +- docs/make.jl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 2e35e92..9a57c01 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] -Documenter = "~0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 027eb06..02d04c6 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -3,7 +3,6 @@ using Documenter, Cuba makedocs( modules = [Cuba], sitename = "Cuba", - strict = true, ) deploydocs(