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.