Skip to content

Commit f627462

Browse files
change make file of docs to fix issue with /stable
1 parent d3c3284 commit f627462

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ using Documenter, DistributedData
33
makedocs(modules = [DistributedData],
44
clean = false,
55
format = Documenter.HTML(prettyurls = !("local" in ARGS)),
6+
canonical = "https://lcsb-biocore.github.io/DistributedData.jl/stable/",
7+
assets = ["assets/logo.ico"]),
68
sitename = "DistributedData.jl",
79
authors = "The developers of DistributedData.jl",
810
linkcheck = !("skiplinks" in ARGS),
@@ -18,5 +20,5 @@ deploydocs(
1820
target = "build",
1921
branch = "gh-pages",
2022
devbranch = "develop",
21-
versions = "stable" => "v^",
23+
push_preview = true
2224
)

0 commit comments

Comments
 (0)