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 regression in autodoc.Documenter.parse_name #11613

Merged
merged 4 commits into from Aug 20, 2023

Commits on Aug 17, 2023

  1. Fix regression in autodoc.Documenter.parse_name

    If the assert statement added in sphinx-doc#11523 fails, the build fails and the
    user only sees `assert matched is not None`; with this change, they will
    get a proper warning message containing the name of the offending
    module, and the build will succeed.
    
    Signed-off-by: Zack Cerza <zack@redhat.com>
    zmc committed Aug 17, 2023
    Copy the full SHA
    6b56c68 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Copy the full SHA
    f0ecb1e View commit details
    Browse the repository at this point in the history
  2. Refactor

    AA-Turner committed Aug 20, 2023
    Copy the full SHA
    5ea9239 View commit details
    Browse the repository at this point in the history
  3. CHANGES

    AA-Turner committed Aug 20, 2023
    Copy the full SHA
    0ebabaf View commit details
    Browse the repository at this point in the history