Skip to content

suppress "replacing docs" message in Revise.retry(SomeModule) #975

@tpapp

Description

@tpapp

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions