When I use Revise.retry on a module (as a workaround until #894 arrives), I get a ton of warning messages about replacing docstrings, along the lines of
julia> Revise.revise(SomeModule)
┌ Warning: Replacing docs for `SomeModule.SomeModule :: Union{}` in module `SomeModule`
└ @ Base.Docs docs/Docs.jl:249
Could Revise.retry perhaps suppress these somehow? For large packages it's pages and pages. (Julia 1.12.2, Revise 3.12.2).