Mercurial > repos > public > sbplib_julia
diff docs/make.jl @ 1526:4df668d00d03 feature/grids/curvilinear
Merge default
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 09 Apr 2024 07:58:27 +0200 |
parents | 7753fa972c74 |
children | 40dffe6e2ecb |
line wrap: on
line diff
--- a/docs/make.jl Fri Feb 16 15:28:19 2024 +0100 +++ b/docs/make.jl Tue Apr 09 07:58:27 2024 +0200 @@ -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)