Skip to content

Commit

Permalink
Remove unsupported keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Oct 10, 2023
1 parent fcd7479 commit 18b822e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
[compat]
DataStructures = "0.18"
Distributions = "0.25"
Documenter = "0.27, 1"
Documenter = "1"
FillArrays = "0.13, 1"
LogDensityProblems = "2"
MCMCChains = "5, 6"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ makedocs(;
"API" => "api.md",
"Tutorials" => ["tutorials/prob-interface.md"],
],
strict=true,
checkdocs=:exports,
)

Expand Down

0 comments on commit 18b822e

Please sign in to comment.