Skip to content

Commit

Permalink
Add DocumenterInterLinks and update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdayday committed Nov 4, 2024
1 parent fafda01 commit efc5f59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
InfrastructureSystems = "2cd47ed4-ca9b-11e9-27f2-ab636a7671f1"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"

[compat]
InfrastructureSystems = "2"
Documenter = "1"
7 changes: 7 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
using Documenter, InfrastructureSystems
import DataStructures: OrderedDict
using Literate
using DocumenterInterLinks

links = InterLinks(
"Documenter" => "https://documenter.juliadocs.org/stable/",
"Julia" => "https://docs.julialang.org/en/v1/",
)

if haskey(ENV, "GITHUB_ACTIONS")
ENV["JULIA_DEBUG"] = "Documenter"
Expand Down Expand Up @@ -62,6 +68,7 @@ makedocs(
size_threshold = nothing),
sitename = "InfrastructureSystems.jl",
pages = Any[p for p in pages],
plugins = [links],
)


Expand Down

0 comments on commit efc5f59

Please sign in to comment.