We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53bfce commit 1baaa84Copy full SHA for 1baaa84
docs/make.jl
@@ -13,10 +13,14 @@ makedocs(sitename = "LinearSolve.jl",
13
modules = [LinearSolve, LinearSolve.SciMLBase],
14
clean = true, doctest = false, linkcheck = true,
15
warnonly = [:docs_block, :missing_docs],
16
+ linkcheck_ignore = [
17
+ "https://cli.github.com/manual/installation"
18
+ ],
19
format = Documenter.HTML(assets = ["assets/favicon.ico"],
20
canonical = "https://docs.sciml.ai/LinearSolve/stable/"),
21
pages = pages)
22
23
+
24
deploydocs(;
25
repo = "github.com/SciML/LinearSolve.jl",
26
push_preview = true)
0 commit comments