We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbb22c commit ae4aff8Copy full SHA for ae4aff8
docs/make.jl
@@ -2,6 +2,7 @@ using Documenter, Aqua
2
3
makedocs(;
4
modules = [Aqua],
5
+ format = Documenter.HTML(assets = ["assets/favicon.ico"]),
6
pages = ["Home" => "index.md", hide("internals.md")],
7
sitename = "Aqua.jl",
8
authors = "Takafumi Arakaki",
0 commit comments