From eaed27ddf7b6853927b7cf6236e0ce0ef1229635 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 27 Sep 2023 13:42:29 +0200 Subject: [PATCH] Remove outdated keyword argument --- 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 0bf82522..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, 1" +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, )