Skip to content

Commit 1c589e8

Browse files
github-actions[bot]CompatHelper Juliadevmotion
authored
CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#127)
* CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) * Remove outdated keyword argument --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent d7c549f commit 1c589e8

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"
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)