Skip to content

Commit e17d5f4

Browse files
remove bracket
1 parent 1cdc3d1 commit e17d5f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Documenter, DistributedData
22

33
makedocs(modules = [DistributedData],
44
clean = false,
5-
format = Documenter.HTML(prettyurls = !("local" in ARGS)),
5+
format = Documenter.HTML(prettyurls = !("local" in ARGS),
66
canonical = "https://lcsb-biocore.github.io/DistributedData.jl/stable/",
77
assets = ["assets/logo.ico"]),
88
sitename = "DistributedData.jl",

0 commit comments

Comments
 (0)