From 03057b5d117b710fd644a4158750d21250c408b1 Mon Sep 17 00:00:00 2001 From: Andreas Noack Date: Wed, 13 Mar 2024 14:14:20 +0100 Subject: [PATCH] Try upgrading to Documenter 1 --- 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 3a52a5d..1814eb3 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -2,4 +2,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 79a1d6d..c100178 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,7 +10,6 @@ makedocs( sitename = "ConScape", format = Documenter.HTML(), modules = [ConScape], - strict = true ) # Documenter can also automatically deploy documentation to gh-pages.