Add a manpage for sublime-music
All good binaries have manpages, so here's one for sublime-music
. You should be able to build it without problem using make man
.
Once that is done, you can check the result with man _build/man/sublime-music.1
As you'll likely see, at the moment rst_epilog
in conf.py
also adds a big bad footer at the end of the manpage that looks like:
----
TIP:
If you have any questions or want to suggest a change to this document, please submit an issue or MR to
the GitLab repo.
I dislike that, but I'm not sure how to fix it without simply removing that variable.
Happy to make changes if needed.