Build man pages for the commands that are documented

Running "sphinx-build -b man doc/source doc/build/man" allows the
build of man pages which are useful when working from the command
line.

Change-Id: Ia9e2bb2cc9d68bea71a19ff8296bbf9bd3cd95a4
This commit is contained in:
Thomas Bechtold 2019-09-12 13:23:30 +02:00
parent 17c26a4758
commit ceaba7d067
1 changed files with 4 additions and 2 deletions

View File

@ -248,8 +248,10 @@ latex_use_xindy = False
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
# ('index', 'designate', u'Designate Documentation',
# [u'Managed I.T.'], 1)
('cli/designate-manage', 'designate-manage', 'OpenStack DNSaaS',
['OpenStack'], 1),
('cli/designate-status', 'designate-status', 'OpenStack DNSaaS',
['OpenStack'], 1),
]
# If true, show URL addresses after external links.