Skip to content

Commit

Permalink
Merge pull request #380 from willow-ahrens/wma/remotelink
Browse files Browse the repository at this point in the history
add github link
  • Loading branch information
willow-ahrens authored Jan 14, 2024
2 parents 623ebb7 + 276976c commit 724754f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ if abspath(PROGRAM_FILE) == @__FILE__
end

using Documenter
using Documenter.Remotes
using Literate
using Finch

Expand All @@ -14,7 +15,7 @@ DocMeta.setdocmeta!(Finch, :DocTestSetup, :(using Finch; using SparseArrays); re
makedocs(;
modules=[Finch],
authors="Willow Ahrens",
repo="https://github.com/willow-ahrens/Finch.jl/blob/{commit}{path}#{line}",
repo=Remotes.GitHub("willow-ahrens", "Finch.jl"),
sitename="Finch.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
Expand Down

0 comments on commit 724754f

Please sign in to comment.