JuliaDocs / DocumentationGenerator.jl

MIT License
21 stars 7 forks source link

fix: also unset `repo` in the packages `make.jl` #222

Closed mortenpi closed 2 months ago

mortenpi commented 2 months ago

After #216, we're setting the remotes keyword to nothing. But if the user's make.jl sets the repo, then we'll fail to generate the documentation with:

ERROR: LoadError: 
ArgumentError: When `remotes` is set to `nothing`, `repo` must not be set.

So this also enforces the repo = "" default, to ensure that the documentation builds don't fail.