Skip to content

Commit

Permalink
Merge 56c565a into 6e767fb
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Mar 10, 2024
2 parents 6e767fb + 56c565a commit eabc2b2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AbstractGPsMakie"
uuid = "7834405d-1089-4985-bd30-732a30b92057"
authors = ["David Widmann"]
version = "0.2.6"
version = "0.2.7"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -10,5 +10,5 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[compat]
AbstractGPs = "0.3, 0.4, 0.5"
Makie = "0.15.2, 0.16, 0.17, 0.18, 0.19"
Makie = "0.15.2, 0.16, 0.17, 0.18, 0.19, 0.20"
julia = "1.3"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
AbstractGPs = "0.3, 0.4, 0.5"
AbstractGPsMakie = "0.2"
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10"
Documenter = "0.27"
Documenter = "1"
julia = "1.3"
13 changes: 7 additions & 6 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ end
using AbstractGPsMakie

DocMeta.setdocmeta!(
AbstractGPsMakie, :DocTestSetup, :(using AbstractGPsMakie); recursive=true
AbstractGPsMakie,
:DocTestSetup,
:(using AbstractGPsMakie);
recursive=true
)

makedocs(;
modules=[AbstractGPsMakie],
authors="David Widmann",
repo="https://github.com/JuliaGaussianProcesses/AbstractGPsMakie.jl/blob/{commit}{path}#{line}",
sitename="AbstractGPsMakie.jl",
authors="David Widmann",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://juliagaussianprocesses.github.io/AbstractGPsMakie.jl",
assets=String[],
),
modules=[AbstractGPsMakie],
pages=["Home" => "index.md", "api.md"],
#strict=true,
warnonly=true,
checkdocs=:exports,
)

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractGPs = "0.3, 0.4, 0.5"
Makie = "0.15.2, 0.16, 0.17, 0.18, 0.19"
Makie = "0.15.2, 0.16, 0.17, 0.18, 0.19, 0.20"
julia = "1.3"

0 comments on commit eabc2b2

Please sign in to comment.