-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
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!