Skip to content

Commit 3dd2053

Browse files
Build docs with LinearSolveAutotune (#696)
* Build docs with LinearSolveAutotune * Update make.jl * Update docs/make.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd35952 commit 3dd2053

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
66

77
[compat]
88
Documenter = "1"
9-
LinearSolve = "1, 2, 3"
10-
LinearSolveAutotune = "0.1"
9+
LinearSolve = "3"
10+
LinearSolveAutotune = "1.1"
1111
SciMLOperators = "1"

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ makedocs(sitename = "LinearSolve.jl",
1313
modules = [LinearSolve, LinearSolve.SciMLBase],
1414
clean = true, doctest = false, linkcheck = true,
1515
warnonly = [:docs_block, :missing_docs],
16+
linkcheck_ignore = [
17+
"https://cli.github.com/manual/installation"
18+
],
1619
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1720
canonical = "https://docs.sciml.ai/LinearSolve/stable/"),
1821
pages = pages)

0 commit comments

Comments
 (0)