From b53bfce46f33033781191957014b983614971b98 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 10:55:48 -0400 Subject: [PATCH 1/3] Build docs with LinearSolveAutotune --- docs/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Project.toml b/docs/Project.toml index 3bca6cddf..b2f6de188 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,6 +6,6 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" [compat] Documenter = "1" -LinearSolve = "1, 2, 3" -LinearSolveAutotune = "0.1" +LinearSolve = "3" +LinearSolveAutotune = "1.1" SciMLOperators = "1" From 1baaa844aa28c3411f51e63f04178cc6a73e201d Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 12:33:54 -0400 Subject: [PATCH 2/3] Update make.jl --- docs/make.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/make.jl b/docs/make.jl index faee67f08..f5cad68dc 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,10 +13,14 @@ makedocs(sitename = "LinearSolve.jl", modules = [LinearSolve, LinearSolve.SciMLBase], clean = true, doctest = false, linkcheck = true, warnonly = [:docs_block, :missing_docs], + linkcheck_ignore = [ + "https://cli.github.com/manual/installation" + ], format = Documenter.HTML(assets = ["assets/favicon.ico"], canonical = "https://docs.sciml.ai/LinearSolve/stable/"), pages = pages) + deploydocs(; repo = "github.com/SciML/LinearSolve.jl", push_preview = true) From 02c5d86f793561169d53192773d2af9b9c621fa4 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 12:49:28 -0400 Subject: [PATCH 3/3] Update docs/make.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index f5cad68dc..c9d29285d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -20,7 +20,6 @@ makedocs(sitename = "LinearSolve.jl", canonical = "https://docs.sciml.ai/LinearSolve/stable/"), pages = pages) - deploydocs(; repo = "github.com/SciML/LinearSolve.jl", push_preview = true)