From ac65499f5dc5df621d21bbd3be117a5b30f211e2 Mon Sep 17 00:00:00 2001 From: Igor Krivenko Date: Wed, 17 Jan 2024 14:49:53 +0100 Subject: [PATCH] docs: Pass `repo=Documenter.Remotes.GitHub(...)` to `makedocs()` --- docs/make.jl | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 02f3f3f..02ef8dc 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,3 +1,23 @@ +# KeldyshED.jl +# +# Copyright (C) 2019-2024 Igor Krivenko +# Copyright (C) 2015 P. Seth, I. Krivenko, M. Ferrero and O. Parcollet +# +# KeldyshED.jl is free software: you can redistribute it and/or modify it under the +# terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# KeldyshED.jl is distributed in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more +# details. +# +# You should have received a copy of the GNU General Public License along with +# KeldyshED.jl. If not, see . +# +# Author: Igor Krivenko + using KeldyshED using Documenter @@ -6,7 +26,7 @@ makedocs(; KeldyshED, ], authors="Igor Krivenko ", - repo="https://github.com/krivenko/KeldyshED.jl/blob/{commit}{path}#L{line}", + repo=Documenter.Remotes.GitHub("krivenko", "KeldyshED.jl"), sitename="KeldyshED.jl", format=Documenter.HTML(; canonical = "https://krivenko.github.io/KeldyshED.jl/",