Skip to content

Commit

Permalink
Add Graphs interlink
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 17, 2024
1 parent 8d9f3ad commit bc24a6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNNGraphs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ assets=[]
prettyurls = get(ENV, "CI", nothing) == "true"
mathengine = MathJax3()

interlinks = InterLinks(
"Graphs" => "http://juliagraphs.org/Graphs.jl/stable/")

makedocs(;
modules = [GNNGraphs],
doctest = false,
clean = true,
plugins = [interlinks],
format = Documenter.HTML(; mathengine, prettyurls, assets = assets, size_threshold=nothing),
sitename = "GNNGraphs.jl",
pages = ["Home" => "index.md",
Expand Down

0 comments on commit bc24a6c

Please sign in to comment.