Skip to content

Commit 853af71

Browse files
fix logo
1 parent 0219e10 commit 853af71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/make-multi.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ docs = [
2828

2929
outpath = joinpath(@__DIR__, "build")
3030

31+
cp(joinpath(@__DIR__, "logo.svg"), joinpath(outpath, "logo.svg"))
32+
3133
MultiDocumenter.make(
3234
outpath,
3335
docs;
3436
# search_engine = false, # https://github.com/JuliaComputing/MultiDocumenter.jl/issues/82
35-
brand_image = MultiDocumenter.BrandImage(@__DIR__, "logo.svg"),
37+
brand_image = MultiDocumenter.BrandImage("", "logo.svg"),
3638
rootpath = "/GraphNeuralNetworks.jl/"
3739
)
3840

0 commit comments

Comments
 (0)