Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Jul 15, 2024
1 parent 0c1aa7e commit 35f6641
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
makedocs(;
modules = [TrixiAtmo],
authors = "Benedict Geihe <[email protected]>, Tristan Montoya <[email protected], Hendrik Ranocha <[email protected]>, Michael Schlottke-Lakemper <[email protected]>",
repo = Remotes.GitHub("trixi-framework", "TrixiAtmo.jl/blob/{commit}{path}#{line}"),
repo = Remotes.GitHub("trixi-framework",
"TrixiAtmo.jl/blob/{commit}{path}#{line}"),
sitename = "TrixiAtmo.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
canonical = "https://trixi-framework.github.io/TrixiAtmo.jl",
edit_link = "main",
assets = String[],),
pages = [
"Home" => "index.md",
],
pages = ["Home" => "index.md"],
plugins = [links],)

deploydocs(;
repo = "github.com/trixi-framework/TrixiAtmo.jl",
devbranch = "main",
push_preview = false)
push_preview = "false")

0 comments on commit 35f6641

Please sign in to comment.