Skip to content

Commit 927799f

Browse files
github-actions[bot]CompatHelper Juliadevmotion
authored
CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) (#535)
* CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) * CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#536) Co-authored-by: CompatHelper Julia <[email protected]> * Remove unsupported keyword argument --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 0289358 commit 927799f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1212
[compat]
1313
DataStructures = "0.18"
1414
Distributions = "0.25"
15-
Documenter = "0.27"
15+
Documenter = "1"
1616
FillArrays = "0.13, 1"
1717
LogDensityProblems = "2"
1818
MCMCChains = "5, 6"

docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ makedocs(;
2121
"API" => "api.md",
2222
"Tutorials" => ["tutorials/prob-interface.md"],
2323
],
24-
strict=true,
2524
checkdocs=:exports,
2625
)
2726

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bijectors = "0.13"
2828
Compat = "4.3.0"
2929
Distributions = "0.25"
3030
DistributionsAD = "0.6.3"
31-
Documenter = "0.26.1, 0.27"
31+
Documenter = "0.26.1, 0.27, 1"
3232
ForwardDiff = "0.10.12"
3333
LogDensityProblems = "2"
3434
MCMCChains = "4.0.4, 5, 6"

0 commit comments

Comments
 (0)