Also generate a man page for kitty.conf

This commit is contained in:
Kovid Goyal
2021-04-26 13:35:22 +05:30
parent 8d46237935
commit bdddb238f8
3 changed files with 20 additions and 5 deletions

View File

@@ -167,8 +167,8 @@ html_show_sourcelink = False
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('invocation', 'kitty', 'kitty Documentation',
[author], 1)
('invocation', 'kitty', 'kitty Documentation', [author], 1),
('conf', 'kitty.conf', 'kitty.conf Documentation', [author], 5)
]