Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi committed Oct 17, 2024
1 parent 12a82d5 commit 4a02343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions GNNGraphs/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ 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
2 changes: 1 addition & 1 deletion GNNGraphs/docs/src/api/gnngraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ Private = false
```

```@docs
induced_subgraph(::GNNGraph, ::Vector{Int})
Graphs.induced_subgraph
```

0 comments on commit 4a02343

Please sign in to comment.