From f06dc53d690df50049219bad3b6a5bf3d7973487 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 16 Sep 2023 00:08:44 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 96ae661d6..d94d262ff 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -12,7 +12,7 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" [compat] DataStructures = "0.18" Distributions = "0.25" -Documenter = "0.27" +Documenter = "0.27, 1" FillArrays = "0.13, 1" LogDensityProblems = "2" MCMCChains = "5, 6" From fcd74794598468a2c1e620b5a775073216fe8f94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:41:21 +0100 Subject: [PATCH 2/3] CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#536) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index ade5ade1a..ed8ae7971 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,7 +28,7 @@ Bijectors = "0.13" Compat = "4.3.0" Distributions = "0.25" DistributionsAD = "0.6.3" -Documenter = "0.26.1, 0.27" +Documenter = "0.26.1, 0.27, 1" ForwardDiff = "0.10.12" LogDensityProblems = "2" MCMCChains = "4.0.4, 5, 6" From 18b822e1b4aebf2d62fd0776f4d8f5832a9153f1 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 11 Oct 2023 00:04:11 +0200 Subject: [PATCH 3/3] Remove unsupported 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 d94d262ff..48ebe173c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -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" diff --git a/docs/make.jl b/docs/make.jl index c71187ee1..109f28a9c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,7 +21,6 @@ makedocs(; "API" => "api.md", "Tutorials" => ["tutorials/prob-interface.md"], ], - strict=true, checkdocs=:exports, )