Skip to content

Commit 1cdc3d1

Browse files
Merge pull request #20 from LCSB-BioCore/fix-docs
Fix docs
2 parents 51f2bcf + f627462 commit 1cdc3d1

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.DS_Store
2+
13
# Files generated by invoking Julia with --code-coverage
24
*.jl.cov
35
*.jl.*.cov

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
)

docs/src/assets/logo.ico

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)