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: emit a warning when no content is rendered #231

Merged
merged 3 commits into from
Apr 18, 2022

Commits on Mar 23, 2022

  1. fix: emit a warning when no content is rendered

    Fixes pypa#149
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    0889c59 View commit details
    Browse the repository at this point in the history
  2. feat: emit empty warning only if no warnings exist

    This is a bit more gymnastics than I think is warranted,
    but wanted to play out the example.
    
    Needing to inspect the stream proved more complex than
    originally expected, as each version confroms to a slightly
    different interface.
    
    - Updated the outpout string to be clearer
    - Added test for empty RST file
    
    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    8eb63da View commit details
    Browse the repository at this point in the history
  3. refactor: simplify now that distutils is gone

    Signed-off-by: Mike Fiedler <[email protected]>
    miketheman committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9a9de1b View commit details
    Browse the repository at this point in the history