From 0d8dc13f6d32815207b16da80fa5e5afc5181d4f Mon Sep 17 00:00:00 2001 From: Hongyang Zhou Date: Tue, 19 Mar 2024 12:11:33 -0400 Subject: [PATCH] No need for repo arg in Documenter 1.0 --- docs/make.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 27c02e22..7ab1a0da 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,7 +11,6 @@ isnothing(demo_assets) || (push!(assets, demo_assets)) makedocs(; modules=[Vlasiator], authors="Hongyang Zhou and contributors", - repo="https://github.com/henry2004y/Vlasiator.jl/blob/{commit}{path}#L{line}", sitename="Vlasiator.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true",