From 927799f6a67aa8c43a05c43c8149ac15939b77c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:12:58 +0000 Subject: [PATCH] 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 * Remove unsupported keyword argument --------- Co-authored-by: CompatHelper Julia Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- docs/Project.toml | 2 +- docs/make.jl | 1 - test/Project.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 96ae661d6..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" +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, ) 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"