Skip to content

Commit 35f6641

Browse files
committed
format
1 parent 0c1aa7e commit 35f6641

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/make.jl

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
1212
makedocs(;
1313
modules = [TrixiAtmo],
1414
authors = "Benedict Geihe <[email protected]>, Tristan Montoya <[email protected], Hendrik Ranocha <[email protected]>, Michael Schlottke-Lakemper <[email protected]>",
15-
repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"),
15+
repo = Remotes.GitHub("trixi-framework",
16+
"TrixiAtmo.jl/blob/{commit}{path}#{line}"),
1617
sitename = "TrixiAtmo.jl",
1718
format = Documenter.HTML(;
1819
prettyurls = get(ENV, "CI", "false") == "true",
1920
canonical = "https://trixi-framework.github.io/TrixiAtmo.jl",
2021
edit_link = "main",
2122
assets = String[],),
22-
pages = [
23-
"Home" => "index.md",
24-
],
23+
pages = ["Home" => "index.md"],
2524
plugins = [links],)
2625

2726
deploydocs(;
2827
repo = "github.com/trixi-framework/TrixiAtmo.jl",
2928
devbranch = "main",
30-
push_preview = false)
29+
push_preview = "false")

0 commit comments

Comments
 (0)