Skip to content

Commit 46bb0c3

Browse files
authored
Add docs site favicon (#1981)
1 parent c2a7387 commit 46bb0c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import Random: AbstractRNG, rand!
44
makedocs(;
55
sitename = "Distributions.jl",
66
modules = [Distributions],
7-
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true"),
7+
format = Documenter.HTML(; prettyurls = get(ENV, "CI", nothing) == "true",
8+
assets = ["assets/favicon.ico"]),
89
pages = [
910
"index.md",
1011
"starting.md",

docs/src/assets/favicon.ico

195 KB
Binary file not shown.

0 commit comments

Comments
 (0)