diff --git a/docs/Project.toml b/docs/Project.toml index 933768a..b6bfdca 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,4 +4,4 @@ ProximalCore = "dc4f5ac2-75d1-4f31-931e-60435d74994b" ProximalOperators = "a725b495-10eb-56fe-b38b-717eba820537" [compat] -Documenter = "0.27" +Documenter = "1" diff --git a/docs/make.jl b/docs/make.jl index 7176e51..5f79631 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,6 +10,7 @@ makedocs( "Prox and gradient" => "operators.md", "Demos" => "demos.md" ], + checkdocs=:none, ) deploydocs(