diff --git a/docs/Project.toml b/docs/Project.toml index 555443ab..f74dfb58 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -Documenter = "0.27" +Documenter = "1" julia = "1" diff --git a/docs/make.jl b/docs/make.jl index 66d7619c..9395d2a0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -9,7 +9,6 @@ makedocs(; format=Documenter.HTML(), modules=[AbstractMCMC], pages=["Home" => "index.md", "api.md", "design.md"], - strict=true, checkdocs=:exports, )