pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.11k stars 143 forks source link

HTML files should end with a newline #419

Closed dylancaponi closed 3 weeks ago

dylancaponi commented 1 year ago

Expected Behavior

HTML files end with a newline.

Actual Behavior

HTML files do not end with a newline. Github flags this as an issue.

Steps to Reproduce

  1. pdoc3 -o docs --html
  2. Look at any of the html files generated and see there's no newline at the end.

Additional info