Skip to content

Commit

Permalink
CompatHelper: bump compat for Documenter to 1 for package docs (#97)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat)

* Drop support for Documenter pre v1

* Use new warnonly keyword

* Use new Remotes syntax

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent c133a0b commit 640a4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Documenter = "0.27"
Documenter = "1"
EvoTrees = "0.14.7, 0.15, 0.16"
MLJBase = "0.19, 0.20, 0.21, 1"
MLJIteration = "0.5, 0.6"
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ DocMeta.setdocmeta!(
makedocs(;
modules=[MCMCDiagnosticTools],
authors="David Widmann",
repo="https://github.com/TuringLang/MCMCDiagnosticTools.jl/blob/{commit}{path}#{line}",
repo=Remotes.GitHub("TuringLang", "MCMCDiagnosticTools.jl"),
sitename="MCMCDiagnosticTools.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://turinglang.github.io/MCMCDiagnosticTools.jl",
assets=String[],
),
pages=["Home" => "index.md"],
strict=Documenter.except(:footnote),
warnonly=:footnote,
checkdocs=:exports,
)

Expand Down

0 comments on commit 640a4da

Please sign in to comment.