Skip to content

Commit 0a76e13

Browse files
Update make.jl
1 parent 5309780 commit 0a76e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ makedocs(
88
authors="Chris Rackauckas",
99
modules=[LinearSolve],
1010
clean=true,doctest=false,
11-
devbranch="main",
1211
format = Documenter.HTML(#analytics = "UA-90474609-3",
1312
assets = ["assets/favicon.ico"],
1413
canonical="https://linearsolve.sciml.ai/stable/"),
@@ -31,4 +30,5 @@ makedocs(
3130

3231
deploydocs(;
3332
repo="github.com/SciML/LinearSolve.jl",
33+
devbranch="main",
3434
)

0 commit comments

Comments
 (0)