Skip to content

Commit

Permalink
Move logo.ico into assets/fig
Browse files Browse the repository at this point in the history
  • Loading branch information
ohno committed Mar 29, 2024
1 parent 6b44e1d commit 3dc3cd9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion developer/logo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ svg = """

HTML(svg) |> display

path = "./docs/src/assets/logo.svg"
path = "./docs/src/assets/fig/logo.svg"
mkpath(dirname(path))
file = open(path, "w")
Base.write(file, svg)
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[deps]
Antique = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ makedocs(;
edit_link="main",
repolink="https://github.com/ohno/Antique.jl",
assets=String[
"./assets/logo.ico",
"./assets/fig/logo.ico",
"./assets/css/catalog.css"
],
),
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 3dc3cd9

Please sign in to comment.