Skip to content

Commit 4e0b3b8

Browse files
committed
docs: add documenter interlinks as a dep
1 parent d6b5536 commit 4e0b3b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
77
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
88
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
99
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
10+
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
1011
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
1112
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1213
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
@@ -32,6 +33,7 @@ DiffEqBase = "6.136"
3233
DifferentiationInterface = "0.6"
3334
Documenter = "1"
3435
DocumenterCitations = "1"
36+
DocumenterInterLinks = "1.0.0"
3537
IncompleteLU = "0.2"
3638
InteractiveUtils = "<0.0.1, 1"
3739
LinearSolve = "2"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Documenter, DocumenterCitations
1+
using Documenter, DocumenterCitations, DocumenterInterlinks
22
using NonlinearSolve, SimpleNonlinearSolve, Sundials, SteadyStateDiffEq, SciMLBase,
33
DiffEqBase
44
using SciMLJacobianOperators

0 commit comments

Comments
 (0)