Skip to content

Commit ae4aff8

Browse files
committed
add favicon.ico to make.jl
1 parent cfbb22c commit ae4aff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using Documenter, Aqua
22

33
makedocs(;
44
modules = [Aqua],
5+
format = Documenter.HTML(assets = ["assets/favicon.ico"]),
56
pages = ["Home" => "index.md", hide("internals.md")],
67
sitename = "Aqua.jl",
78
authors = "Takafumi Arakaki",

0 commit comments

Comments
 (0)