Morten Piibeleht
Morten Piibeleht
I guess it's perhaps not surprising, but I noticed that this also affects string interpolation: ``` julia> value = 1; "$(value), $(value + 1), $(value += 1), $(value += 1)"...
Could this be a dup of #688? In that instance the solutions was to make sure that `Fontconfig` is installed and the precompilation cache updated.
Does FromFile.jl evaluate the definitions into a generated submodule with a convoluted name?Documenter tries to reflect things as they are, so if a binding lives in a strange submodule, Documenter...
Is this reproducible separately from Documenter? It looks like an upstream issue.
Does ``[`foo(::Int)`](@ref)`` work by any chance? But I think the at-ref needs a bit of work in general to make it more versatile (x-ref #781).
This looks like the `test/html` MIME though. Will that even be affected by `displaysize` etc? Also, slightly related: #942 (i.e. that it would also be nice to have some options...
I believe the callable object syntax is not properly supported, since most of the logic was written in the 0.4 era (where this stuff was done with `Base.call`?).
I have noticed this as well over the years, but generallyon CI it has been fine. It's likely due to the way we determine the links (via calling `git` among...
The source URL is determined here: https://github.com/JuliaDocs/Documenter.jl/blob/d2ed9b8b171e487835f456524e52799aa9da1d15/src/Writers/HTMLWriter.jl#L1567 I would start by trying to figure out why [`Utilities.url`](https://github.com/JuliaDocs/Documenter.jl/blob/d2ed9b8b171e487835f456524e52799aa9da1d15/src/Utilities/Utilities.jl#L447-L513) is returning `nothing` in your case. By the way, is that a highly-themed...
So the `internal.remote` gets populated here https://github.com/JuliaDocs/Documenter.jl/blob/cd49b078a8ce6e1ff17f56d8b98f3f92e93b963f/src/Documents.jl#L345 which calls this https://github.com/JuliaDocs/Documenter.jl/blob/cd49b078a8ce6e1ff17f56d8b98f3f92e93b963f/src/Utilities/Utilities.jl#L515-L529 which AFAICT assumes that the working directory during a Documenter build is within the Git repository.. or it falls...