Skip to content

Commit

Permalink
style(docs): sort keyword arguments to makedocs lexically
Browse files Browse the repository at this point in the history
  • Loading branch information
bauglir committed Mar 13, 2024
1 parent db9d8a5 commit 58f49bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const running_in_ci = get(ENV, "CI", nothing) == "true"
makedocs(;
authors = "Joris Kraak",
modules = [Kroki],
sitename = "Kroki.jl",
pages = ["Home" => "index.md", "Examples" => "examples.md", "API" => "api.md"],
repo,
sitename = "Kroki.jl",
warnonly = !running_in_ci,
)

Expand Down

0 comments on commit 58f49bf

Please sign in to comment.