Skip to content

sphinx.ext.autosummary - document private objects? #12858

@bimac

Description

@bimac

I've been trying to build an API documentation with the recursive variant of sphinx.ext.autosummary that needs to include a few private modules of a package. Unless I missed something, it seems like I can only address public objects (functions, classes, exceptions, methods, attributes, and modules) using Jinja templates.

Is there any way of including private objects? Perhaps, sphinx.ext.autosummary could include all objects for which autodoc-skip-member() returns False, or offer a simliar mechanism?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions