Make docs point to this repository

develop
Thomas A. Christensen II 3 years ago committed by GitHub
parent c3d905ff5e
commit b3162345ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,12 +5,12 @@ DocMeta.setdocmeta!(BeefBLUP, :DocTestSetup, :(using BeefBLUP); recursive=true)
makedocs(;
modules=[BeefBLUP],
authors="Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors",
repo="https://github.com/MillironX/BeefBLUP.jl/blob/{commit}{path}#{line}",
sitename="BeefBLUP.jl",
authors="Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>",
repo="https://github.com/MillironX/beefblup/blob/{commit}{path}#{line}",
sitename="beefblup",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://MillironX.github.io/BeefBLUP.jl",
canonical="https://millironx.com/beefblup",
assets=String[],
),
pages=[

Loading…
Cancel
Save