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 #8616: autodoc: AttributeError when non-class is passed to autoclass #8622

Merged
merged 2 commits into from Dec 31, 2020

Commits on Dec 30, 2020

  1. Fix sphinx-doc#8616: autodoc: AttributeError when non-class is passed…

    … to autoclass
    
    Since 3.4.0, AttributeError is raised when non-class object is passed to
    the autoclass directive.  It has built successfully before 3.4.0
    release.  So this handles the exception on generating "alias" text.
    tk0miya committed Dec 30, 2020
    Copy the full SHA
    0f8debe View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Copy the full SHA
    1353a7b View commit details
    Browse the repository at this point in the history