Skip to content

Commit eaed27d

Browse files
authored
Remove outdated keyword argument
1 parent a74f204 commit eaed27d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
44

55
[compat]
6-
Documenter = "0.27, 1"
6+
Documenter = "1"
77
julia = "1"

docs/make.jl

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ makedocs(;
99
format=Documenter.HTML(),
1010
modules=[AbstractMCMC],
1111
pages=["Home" => "index.md", "api.md", "design.md"],
12-
strict=true,
1312
checkdocs=:exports,
1413
)
1514

0 commit comments

Comments
 (0)