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 0e1120e commit 0d1b2a2Copy full SHA for 0d1b2a2
docs/make.jl
@@ -12,7 +12,7 @@ makedocs(;
12
format = Documenter.HTML(;
13
prettyurls = get(ENV, "CI", "false") == "true",
14
canonical = "https://JuliaParallel.github.io/Dagger.jl",
15
- assets = String[],
+ assets = String["assets/favicon.ico"],
16
),
17
pages = [
18
"Home" => "index.md",
0 commit comments