Skip to content

Commit

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

* CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat)

* Update make.jl

* CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#433)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

---------

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 26, 2023
1 parent 741ba4d commit 4d2a2f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Project.toml
Expand Up @@ -13,7 +13,7 @@ StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10"
CategoricalArrays = "0.8, 0.9, 0.10"
DataFrames = "0.22, 1"
Documenter = "0.26, 0.27"
Documenter = "0.26, 0.27, 1"
Gadfly = "1.3.4"
MCMCChains = "6"
MLJBase = "0.19, 0.20, 0.21, 1"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Expand Up @@ -28,7 +28,6 @@ makedocs(
],
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
modules = [MCMCChains],
strict = true,
checkdocs = :exports,
)

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Expand Up @@ -26,7 +26,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
AbstractMCMC = "2.2.1, 3.0, 4, 5"
DataFrames = "0.22.4, 1.0"
Distributions = "0.24.12, 0.25"
Documenter = "0.26, 0.27"
Documenter = "0.26, 0.27, 1"
FFTW = "1.1"
IteratorInterfaceExtensions = "1"
KernelDensity = "0.6.2"
Expand Down

2 comments on commit 4d2a2f4

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94177

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v6.0.4 -m "<description of version>" 4d2a2f4a4c89d1317e66637e8edcd35472f336c6
git push origin v6.0.4

Please sign in to comment.