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 #8566: autodoc-process-docstring is emitted to the alias classes #8581

Commits on Dec 23, 2020

  1. Fix sphinx-doc#8566: autodoc-process-docstring is emitted to the alia…

    …s classes
    
    On the refactoring of Documenter.add_content() method, the
    autodoc-process-docstring event is emitted to the alias classes (called
    as doc_as_attr in our code) unexpectedly.  Before the change, it has
    never been emitted.
    
    The event causes that extensions (ex. numpydoc) confused.  So this
    reverts the change temporarily (during 3.4.x).
    
    refs: sphinx-doc#8533
    tk0miya committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    df8ab21 View commit details
    Browse the repository at this point in the history