We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c3284 commit f627462Copy full SHA for f627462
1 file changed
docs/make.jl
@@ -3,6 +3,8 @@ using Documenter, DistributedData
3
makedocs(modules = [DistributedData],
4
clean = false,
5
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",
9
authors = "The developers of DistributedData.jl",
10
linkcheck = !("skiplinks" in ARGS),
@@ -18,5 +20,5 @@ deploydocs(
18
20
target = "build",
19
21
branch = "gh-pages",
22
devbranch = "develop",
- versions = "stable" => "v^",
23
+ push_preview = true
24
)
0 commit comments