diff --git a/Project.toml b/Project.toml index 428f285e..88b26b97 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PSIS" uuid = "ce719bf2-d5d0-4fb9-925d-10a81b42ad04" authors = ["Seth Axen and contributors"] -version = "0.9.2" +version = "0.9.3" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/docs/Project.toml b/docs/Project.toml index 25eb0a2f..259d1d84 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -7,5 +7,5 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] Distributions = "0.21.1, 0.22, 0.23, 0.24, 0.25" -Documenter = "0.27" +Documenter = "1" Plots = "1" diff --git a/docs/make.jl b/docs/make.jl index af82bcfe..6ac18c64 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,7 +6,7 @@ DocMeta.setdocmeta!(PSIS, :DocTestSetup, :(using PSIS); recursive=true) makedocs(; modules=[PSIS], authors="Seth Axen and contributors", - repo="https://github.com/arviz-devs/PSIS.jl/blob/{commit}{path}#{line}", + repo=Remotes.GitHub("arviz-devs", "PSIS.jl"), sitename="PSIS.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", assets=String[]), pages=[ @@ -15,6 +15,7 @@ makedocs(; "API" => "api.md", "Internal" => "internal.md", ], + warnonly=:missing_docs, ) deploydocs(; repo="github.com/arviz-devs/PSIS.jl.git", devbranch="main")