Skip to content

Commit

Permalink
Use inventory for Documenter 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Mar 2, 2024
1 parent 07e502e commit fdf47f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,690 deletions.
5 changes: 1 addition & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ AUTHORS = join(PROJECT_TOML["authors"], ", ") * " and contributors"
GITHUB = "https://github.com/goerz/DocInventories.jl"

links = InterLinks(
"Documenter" => (
"https://documenter.juliadocs.org/stable/",
joinpath(@__DIR__, "src", "inventories", "Documenter.toml")
),
"Julia" => (
"https://docs.julialang.org/en/v1/",
joinpath(@__DIR__, "src", "inventories", "Julia.toml")
Expand All @@ -22,6 +18,7 @@ links = InterLinks(
"https://github.com/JuliaDocs/",
joinpath(@__DIR__, "src", "inventories", "JuliaDocs.toml")
),
"Documenter" => "https://documenter.juliadocs.org/stable/",
"matplotlib" => "https://matplotlib.org/3.7.3/",
"sphinx" => "https://www.sphinx-doc.org/en/master/",
"sphobjinv" => "https://sphobjinv.readthedocs.io/en/stable/",
Expand Down
5 changes: 1 addition & 4 deletions docs/src/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ using DataFrames
using PrettyTables
inv = InterLinks(
"Documenter" => (
"https://documenter.juliadocs.org/stable/",
joinpath(@__DIR__, "inventories", "Documenter.toml")
),
"Documenter" => "https://documenter.juliadocs.org/stable/objects.inv",
"Julia" => (
"https://docs.julialang.org/en/v1/",
joinpath(@__DIR__, "inventories", "Julia.toml")
Expand Down
Loading

0 comments on commit fdf47f1

Please sign in to comment.