Skip to content
Snippets Groups Projects
Commit 24cd1a2a authored by ulif's avatar ulif
Browse files

Set appropriate params for man_pages generation.

`sphinx` can generate not only HTML docs but also man pages. Let's see
how far we can go to replace the more or less manually crafted man page
we provide currently.
parent a1dcc57d
No related branches found
No related tags found
No related merge requests found
......@@ -254,8 +254,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'diceware', 'diceware Documentation',
['Uli Fouquet'], 1)
('index', 'diceware', 'create a passphrase',
['Written by Uli Fouquet and contributors.'], 1)
]
# If true, show URL addresses after external links.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment