diff --git a/docs/make.jl b/docs/make.jl index 5511bed2..16dcf68e 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,10 +6,8 @@ DocMeta.setdocmeta!(Fronts, :DocTestSetup, :(using Fronts); recursive = true) makedocs(; modules = [Fronts, Fronts.ParamEstim, Fronts.PorousModels], authors = "Gabriel S. Gerlero", - repo = "https://github.com/gerlero/Fronts.jl/blob/{commit}{path}#{line}", sitename = "Fronts.jl", format = Documenter.HTML(; - prettyurls = get(ENV, "CI", "false") == "true", canonical = "https://gerlero.github.io/Fronts.jl", edit_link = "main", assets = String[],),