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 #9866: autodoc: doccoment for the imported class was ignored #9876

Merged
merged 1 commit into from Nov 22, 2021

Commits on Nov 21, 2021

  1. Fix sphinx-doc#9866: autodoc: doccoment for the imported class was ig…

    …nored
    
    Autodoc tried to scan doccomment on the module where the class defined.
    But it failed to get it if the class is imported from other module.
    
    This analyzes the target module to obtain the doccomment.
    tk0miya committed Nov 21, 2021
    2
    Copy the full SHA
    fb92547 View commit details
    Browse the repository at this point in the history