mkdocs / mkdocs-click

An MkDocs extension to generate documentation for Click command line applications
https://pypi.org/project/mkdocs-click
Apache License 2.0
109 stars 16 forks source link

Fix bug when the input file has no trailing newline #69

Closed oprypin closed 1 year ago

oprypin commented 1 year ago
oprypin commented 1 year ago

@ofek If you don't have objections, one simple way for me to get CI fully working would be to rip out all of the testing setup and replace it with the one that I put into all my projects :sweat_smile:

Such as https://github.com/oprypin/mkdocs-literate-nav/blob/9d1efbc37f7bbfc5f788d53d6104af5a1cb27b65/pyproject.toml#L55 https://github.com/oprypin/mkdocs-literate-nav/blob/9d1efbc37f7bbfc5f788d53d6104af5a1cb27b65/.github/workflows/ci.yml#L66

ofek commented 1 year ago

Sounds good to me! I didn't do the testing setup for this