Skip to content

Commit 80e0707

Browse files
committed
🤖 Format .jl files
1 parent 6ced0e8 commit 80e0707

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/make.jl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ makedocs(
55
doctest = true,
66
# linkcheck = true,
77
strict = true,
8-
format = Documenter.HTML(assets = ["assets/style.css"],
9-
ansicolor = true,
10-
prettyurls = get(ENV, "CI", nothing) == "true"),
8+
format = Documenter.HTML(
9+
assets = ["assets/style.css"],
10+
ansicolor = true,
11+
prettyurls = get(ENV, "CI", nothing) == "true",
12+
),
1113
sitename = "LinearOperators.jl",
1214
pages = Any["Home" => "index.md", "Tutorial" => "tutorial.md", "Reference" => "reference.md"],
1315
)

0 commit comments

Comments
 (0)