Mercurial > repos > public > sbplib_julia
diff docs/make.jl @ 1500:0d630d4e1d21 feature/grids/componentview
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Jan 2024 10:54:00 +0100 |
parents | 7753fa972c74 |
children | 40dffe6e2ecb |
line wrap: on
line diff
--- a/docs/make.jl Sat Dec 30 13:51:27 2023 +0100 +++ b/docs/make.jl Thu Jan 25 10:54:00 2024 +0100 @@ -10,6 +10,10 @@ sitename = "Sbplib.jl" +remotes = nothing +edit_link = nothing +repolink = nothing + if "--prettyurls" ∈ ARGS prettyurls = true else @@ -39,5 +43,6 @@ ] # This ordering is not respected by @contents. See https://github.com/JuliaDocs/Documenter.jl/issues/936 -format=Documenter.HTML(;prettyurls) -makedocs(;sitename, pages, format, build) +format=Documenter.HTML(;prettyurls, edit_link, repolink) + +makedocs(;sitename, pages, format, build, remotes)