From 034a70d1a5108e99417453ed2c660f30cf5edb33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:12:51 +1000 Subject: [PATCH] CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) (#52) * CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) * Update Project.toml * Update Project.toml * Update make.jl --------- Co-authored-by: CompatHelper Julia Co-authored-by: Daniel VandenHeuvel <95613936+DanielVandH@users.noreply.github.com> --- Project.toml | 4 ++-- docs/Project.toml | 3 --- docs/make.jl | 5 ++--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 1244bb2..2638100 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FiniteVolumeMethod" uuid = "d4f04ab7-4f65-4d72-8a28-7087bc7f46f4" authors = ["Daniel VandenHeuvel "] -version = "1.1.1" +version = "1.1.2" [deps] ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e" @@ -19,7 +19,7 @@ CommonSolve = "0.2" DelaunayTriangulation = "0.7, 0.8" PreallocationTools = "0.4" PrecompileTools = "1.2" -SciMLBase = "1" +SciMLBase = "1, 2" julia = "1" [extras] diff --git a/docs/Project.toml b/docs/Project.toml index 72ba64c..229e640 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -39,6 +39,3 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" SteadyStateDiffEq = "9672c7b4-1e72-59bd-8a11-6ac3964bc41f" Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[compat] -Documenter = "0.27" \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index d1af678..a5436ed 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,5 +1,5 @@ IS_CI = get(ENV, "CI", "false") == "true" -RUN_EXAMPLES = true +RUN_EXAMPLES = !IS_CI if RUN_EXAMPLES using FiniteVolumeMethod @@ -180,7 +180,6 @@ makedocs(; authors="Daniel VandenHeuvel ", sitename="FiniteVolumeMethod.jl", format=Documenter.HTML(; - prettyurls=IS_CI, canonical="https://DanielVandH.github.io/FiniteVolumeMethod.jl", edit_link="main", collapselevel=1, @@ -201,4 +200,4 @@ makedocs(; deploydocs(; repo="github.com/DanielVandH/FiniteVolumeMethod.jl", devbranch="main", - push_preview=true) \ No newline at end of file + push_preview=true)