fredrikekre / Literate.jl

Simple package for literate programming in Julia
https://fredrikekre.github.io/Literate.jl
Other
543 stars 64 forks source link

Change EditURL output to use relative path #219

Closed fredrikekre closed 1 year ago

fredrikekre commented 1 year ago

This patch changes the generated EditURl to use a relative path (source file relative output directory) and let Documenter figure out the remote URL instead. This is required for Documenter version 1, but works also on older Documenter versions.