You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit_link::Union{AbstractString, Symbol, Nothing}: Branch, tag or commit that the "Edit on…" link will point to. Defaults to the branch identified by devbranch. If edit_link=:commit, then the link will point to the latest commit when docs are built. If edit_link=nothing, then the "Edit on…" link will be hidden altogether.
In the docs it says:
However, here:
PkgTemplates.jl/src/plugins/documenter.jl
Line 154 in a775fe5
I get:
MethodError: no method matching _quoted(::Nothing)
The text was updated successfully, but these errors were encountered: