diff docs/make.jl @ 1531:9da4ab4fb85e bugfix/sbp_operators/stencil_return_type

Merge default
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 11 Apr 2024 22:50:42 +0200
parents 7753fa972c74
children 40dffe6e2ecb
line wrap: on
line diff
--- a/docs/make.jl	Sun Nov 26 22:30:44 2023 +0100
+++ b/docs/make.jl	Thu Apr 11 22:50:42 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)