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 excludes stuff from its table if autodoc_class_signature='separated'. #10060

Closed
wants to merge 2 commits into from

Commits on Jan 7, 2022

  1. sphinx-doc#10058 - add failing test

    Jarrad Whitaker committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    1d58dcc View commit details
    Browse the repository at this point in the history
  2. Fix sphinx-doc#10058

    Pass the `autosummary_imported_members` config var into
    Documenter.options.imported_members, so we don't miss
    members from autosummary tables.
    Jarrad Whitaker committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ca44e2f View commit details
    Browse the repository at this point in the history