diff docs/make.jl @ 1591:615eeb6e662e feature/boundary_conditions

Merge with default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 23 Jan 2024 20:48:25 +0100
parents 7753fa972c74
children 40dffe6e2ecb
line wrap: on
line diff
--- a/docs/make.jl	Mon Dec 25 23:39:56 2023 +0100
+++ b/docs/make.jl	Tue Jan 23 20:48:25 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)