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
With __all__ = [] in a module, autosummary takes everything as a member instead of nothing, even with autosummary_ignore_module_all = False. In addition, weird members like __builtins__, __file__ and __package__ are showed as members.
Thanks for the nice bug report and the repository for reproduction. I could reproduce the bug, the problem was a small check that has gone wrong. I have supplied a fix, maybe one of the maintainers can review it.
Describe the bug
With
__all__ = []
in a module,autosummary
takes everything as a member instead of nothing, even withautosummary_ignore_module_all = False
. In addition, weird members like__builtins__
,__file__
and__package__
are showed as members.How to Reproduce
I provide a minimal reproducing example in https://github.com/francois-rozet/sphinx-bug
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: