Skip to content

Commit 5e433a6

Browse files
committed
Add interlinks for GNNLux
1 parent 87f57c2 commit 5e433a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

GNNLux/docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ assets=[]
88
prettyurls = get(ENV, "CI", nothing) == "true"
99
mathengine = MathJax3()
1010

11-
11+
interlinks = InterLinks(
12+
"GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNGraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv")),
13+
"GNNlib" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNlib/", joinpath(dirname(dirname(@__DIR__)), "GNNlib", "docs", "build", "objects.inv")))
14+
1215
makedocs(;
1316
modules = [GNNLux],
1417
doctest = false,
1518
clean = true,
19+
plugins = [interlinks],
1620
format = Documenter.HTML(; mathengine, prettyurls, assets = assets, size_threshold=nothing),
1721
sitename = "GNNLux.jl",
1822
pages = ["Home" => "index.md",

0 commit comments

Comments
 (0)