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
Documenter.jl includes a fix=true option for fixing outdated doctests. I believe this would allow a developer to automatically generate the output for a new doctest without needing to ]develop the package, test the function, and manually copy the output into the source. I'd like to add a toggle for this.
Documenter.jl includes a
fix=true
option for fixing outdated doctests. I believe this would allow a developer to automatically generate the output for a new doctest without needing to]develop
the package, test the function, and manually copy the output into the source. I'd like to add a toggle for this.https://juliadocs.github.io/Documenter.jl/stable/man/doctests/#Fixing-Outdated-Doctests
The text was updated successfully, but these errors were encountered: