We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdc3d1 commit e17d5f4Copy full SHA for e17d5f4
1 file changed
docs/make.jl
@@ -2,7 +2,7 @@ using Documenter, DistributedData
2
3
makedocs(modules = [DistributedData],
4
clean = false,
5
- format = Documenter.HTML(prettyurls = !("local" in ARGS)),
+ format = Documenter.HTML(prettyurls = !("local" in ARGS),
6
canonical = "https://lcsb-biocore.github.io/DistributedData.jl/stable/",
7
assets = ["assets/logo.ico"]),
8
sitename = "DistributedData.jl",
0 commit comments