diff options
author | kaliko <kaliko@azylum.org> | 2020-04-22 19:42:06 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-08-14 13:14:34 +0200 |
commit | 5f63ffd86cdd27ee98b4451f6445889e1efb3fb5 (patch) | |
tree | fb47b2b45d64a4722be02b3210082d96a8a6ec85 /doc/conf.py | |
parent | 9df2469e514d4a5739de9ca045dea9e612aca804 (diff) |
Convert raw manpages to reStructured text
Build with `rst2man mpd.1.rst mpd.1`
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py index e7be2e6d3..7eccbef68 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -212,3 +212,7 @@ html_static_path = ['_static'] # implements a search results scorer. If empty, the default will be used. # # html_search_scorer = 'scorer.js' +man_pages = [ + ('mpd.1', 'mpd', 'MPD documentation', [author], 1), + ('mpd.conf.5', 'mpd.conf', 'mpd.conf documentation', [author], 5) +] |