Open
Description
┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master".
│ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error.
│ Unless this is due to a configuration error, the relevant variable should be set explicitly.
└ @ Documenter ~/.julia/packages/Documenter/ZlqFj/src/utilities/utilities.jl:660
ERROR: LoadError: ArgumentError: Unable to automatically determine remote for main repo.
> `repo` is not set, and makedocs is not in a Git repository.
Configure `repo` and/or `remotes` appropriately, or set `remotes = nothing` to disable remote source
links altogether (e.g. if not working in a Git repository).
repo: nothing
Stacktrace:
[1] interpret_repo_and_remotes(; root::String, repo::String, remotes::Dict{Any, Any})
@ Documenter ~/.julia/packages/Documenter/ZlqFj/src/documents.jl:667
[2] interpret_repo_and_remotes
@ ~/.julia/packages/Documenter/ZlqFj/src/documents.jl:504 [inlined]
[3] Documenter.Document(; root::String, source::String, build::String, workdir::Symbol, format::Documenter.HTMLWriter.HTML, clean::Bool, doctest::Bool, linkcheck::Bool, linkcheck_ignore::Vector{…}, linkcheck_timeout::Int64, linkcheck_useragent::String, checkdocs::Symbol, checkdocs_ignored_modules::Vector{…}, doctestfilters::Vector{…}, warnonly::Vector{…}, modules::Vector{…}, pages::Vector{…}, pagesonly::Bool, expandfirst::Vector{…}, plugins::Vector{…}, repo::String, remotes::Dict{…}, sitename::String, authors::String, version::String, highlightsig::Bool, draft::Bool, others::@Kwargs{})
@ Documenter ~/.julia/packages/Documenter/ZlqFj/src/documents.jl:432
[4] makedocs(; debug::Bool, format::Documenter.HTMLWriter.HTML, kwargs::@Kwargs{…})
@ Documenter ~/.julia/packages/Documenter/ZlqFj/src/makedocs.jl:267
We should make this simply default to what happens when remotes = nothing
.