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" diff --git a/docs/make.jl b/docs/make.jl index faee67f08..c9d29285d 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,6 +13,9 @@ 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)