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 #8180: Docstring metadata ignored for attributes #10445

Closed
wants to merge 3 commits into from

Commits on May 11, 2022

  1. Add test cases for sphinx-doc#8180

    The test checks, if ":meta private:" and ":meta public:" have an effect
    in attributes of a class. Currently the new test cases fail.
    The fix is in the next commit.
    Anselm Kruis committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b32ed3b View commit details
    Browse the repository at this point in the history
  2. Set the docstring attribute of class members. Fixes sphinx-doc#8180.

    Change ext.autodoc.importer.get_class_members to set
    ObjectMember.docstring the docstring found by the source code
    analyzer.
    Anselm Kruis committed May 11, 2022
    Configuration menu
    Copy the full SHA
    9a877f8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES for sphinx-doc#8180

    Anselm Kruis committed May 11, 2022
    Configuration menu
    Copy the full SHA
    f51aec6 View commit details
    Browse the repository at this point in the history