Skip to content

Commit

Permalink
No need for repo arg in Documenter 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henry2004y committed Mar 19, 2024
1 parent e40b712 commit 0d8dc13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ isnothing(demo_assets) || (push!(assets, demo_assets))
makedocs(;
modules=[Vlasiator],
authors="Hongyang Zhou <[email protected]> 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",
Expand Down

0 comments on commit 0d8dc13

Please sign in to comment.