diff --git a/GNNGraphs/docs/make.jl b/GNNGraphs/docs/make.jl index a4d83a2b2..1e95d1654 100644 --- a/GNNGraphs/docs/make.jl +++ b/GNNGraphs/docs/make.jl @@ -47,4 +47,5 @@ makedocs(; deploydocs(repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", devbranch = "master", - dirname = "GNNGraphs") \ No newline at end of file + dirname = "GNNGraphs", + tag_prefix="GNNGraphs-") \ No newline at end of file diff --git a/GNNLux/docs/make.jl b/GNNLux/docs/make.jl index 6aaaf3de7..408e89fa0 100644 --- a/GNNLux/docs/make.jl +++ b/GNNLux/docs/make.jl @@ -82,4 +82,5 @@ rm(joinpath(@__DIR__, "src/GNNlib"), force=true, recursive=true) deploydocs(repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", devbranch = "master", - dirname = "GNNLux") \ No newline at end of file + dirname = "GNNLux", + tag_prefix="GNNLux-") \ No newline at end of file diff --git a/GNNlib/docs/make.jl b/GNNlib/docs/make.jl index dba621165..ca98e4519 100644 --- a/GNNlib/docs/make.jl +++ b/GNNlib/docs/make.jl @@ -33,4 +33,7 @@ makedocs(; ] ) -deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", devbranch = "master", dirname = "GNNlib") \ No newline at end of file +deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", + devbranch = "master", + dirname = "GNNlib", + tag_prefix="GNNlib-") \ No newline at end of file diff --git a/GraphNeuralNetworks/docs/make.jl b/GraphNeuralNetworks/docs/make.jl index ac5c2017f..ca95be3e6 100644 --- a/GraphNeuralNetworks/docs/make.jl +++ b/GraphNeuralNetworks/docs/make.jl @@ -94,4 +94,5 @@ rm(joinpath(@__DIR__, "src/GNNlib"), force=true, recursive=true) deploydocs(repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git", devbranch = "master", - dirname= "GraphNeuralNetworks") + dirname= "GraphNeuralNetworks", + tag_prefix="GraphNeuralNetworks-") diff --git a/docs/make-multi.jl b/docs/make-multi.jl index 2c6c2b573..5c4a8cadb 100644 --- a/docs/make-multi.jl +++ b/docs/make-multi.jl @@ -39,11 +39,10 @@ outpath = joinpath(@__DIR__, "build") MultiDocumenter.make( outpath, docs; - search_engine = MultiDocumenter.SearchConfig(), - # search_engine = MultiDocumenter.SearchConfig( - # index_versions = ["stable"], - # engine = MultiDocumenter.FlexSearch - # ), + search_engine = MultiDocumenter.SearchConfig( + index_versions = ["stable"], + engine = MultiDocumenter.FlexSearch + ), brand_image = MultiDocumenter.BrandImage("", "logo.svg"), rootpath = "/GraphNeuralNetworks.jl/" )