Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #10058: autosummary: Imported members are not shown #10085

Commits on Jan 10, 2022

  1. Fix sphinx-doc#10058: autosummary: Imported members are not shown

    Originally, the `check_module()` call was added at 21b8384 to hide
    imported members on generating stubs.  But it was incorrect approach.
    Therefore it was disabled by b433197 and fixed the original issue by
    another approach at 2390c55.
    
    Finally, the `check_module()` call becomes meaningless code.  But, at
    present, it causes that imported members are not shown when
    `autodoc_class_signature` is 'separated'.  To resolve the problem, this
    removes the meaningless call.
    tk0miya committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7f01667 View commit details
    Browse the repository at this point in the history