Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 9, 2024
1 parent 0219e10 commit 853af71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/make-multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ docs = [

outpath = joinpath(@__DIR__, "build")

cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))

MultiDocumenter.make(
outpath,
docs;
# search_engine = false, # https://github.com/JuliaComputing/MultiDocumenter.jl/issues/82
brand_image = MultiDocumenter.BrandImage(@__DIR__, "logo.svg"),
brand_image = MultiDocumenter.BrandImage("", "logo.svg"),
rootpath = "/GraphNeuralNetworks.jl/"
)

Expand Down

0 comments on commit 853af71

Please sign in to comment.