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 5309780 commit 0a76e13Copy full SHA for 0a76e13
docs/make.jl
@@ -8,7 +8,6 @@ makedocs(
8
authors="Chris Rackauckas",
9
modules=[LinearSolve],
10
clean=true,doctest=false,
11
- devbranch="main",
12
format = Documenter.HTML(#analytics = "UA-90474609-3",
13
assets = ["assets/favicon.ico"],
14
canonical="https://linearsolve.sciml.ai/stable/"),
@@ -31,4 +30,5 @@ makedocs(
31
30
32
deploydocs(;
33
repo="github.com/SciML/LinearSolve.jl",
+ devbranch="main",
34
)
0 commit comments