Skip to content

Commit 55818d5

Browse files
jhammanclaude
andcommitted
Remove invalid SVG asset from Documenter.jl config
Documenter.jl assets only supports CSS/JS files, not SVGs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f389fc6 commit 55818d5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/make.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ makedocs(;
77
format=Documenter.HTML(;
88
prettyurls=get(ENV, "CI", "false") == "true",
99
canonical="https://earth-mover.github.io/Zarrs.jl",
10-
assets=["assets/logo.svg"],
1110
),
12-
logo="assets/logo.svg",
1311
pages=[
1412
"Home" => "index.md",
1513
"Getting Started" => "getting_started.md",

0 commit comments

Comments
 (0)