From f1dc5f938a629812ebfa1f6d1a370eb7886b35c7 Mon Sep 17 00:00:00 2001 From: Oskar Laverny Date: Thu, 9 May 2024 15:06:00 +0200 Subject: [PATCH] Remove url (#203) --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 3f7841ec..f6906a04 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -13,7 +13,6 @@ makedocs(; plugins=[bib], modules=[Copulas], authors="Oskar Laverny and contributors", - repo="https://github.com/lrnv/Copulas.jl/blob/{commit}{path}#{line}", sitename="Copulas.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",