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 #8190: autodoc: parse error for docstring w/o ending blank lines #8202

Commits on Sep 12, 2020

  1. Fix sphinx-doc#8190: autodoc: parse error for docstring w/o ending bl…

    …ank lines
    
    autodoc raises a parsing error if some extension generates a docstring
    not having blank lines at the tail.  This appends a blank line if
    generated one does not contain it.
    tk0miya committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    fd3d654 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    b454d4e View commit details
    Browse the repository at this point in the history