Skip to content

Commit

Permalink
Revert "Revert "CompatHelper: bump compat for Documenter to 1 for pac…
Browse files Browse the repository at this point in the history
…kage docs, (keep existing compat) (#127)""

This reverts commit 4b38987.
  • Loading branch information
torfjelde committed Oct 24, 2023
1 parent c4471ad commit 2dddcf8
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 @@ -3,5 +3,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Documenter = "0.27"
Documenter = "1"
julia = "1"
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ makedocs(;
format=Documenter.HTML(),
modules=[AbstractMCMC],
pages=["Home" => "index.md", "api.md", "design.md"],
strict=true,
checkdocs=:exports,
)

Expand Down

0 comments on commit 2dddcf8

Please sign in to comment.