Make docs build - drop man page option

The man page option was breaking the docs build, since we don't expect
anyone to install this git repo and require a man page, don't build any
man pages.

Change-Id: I50b044c36cb4ec0b76da9dca1feefe0d9614fb7f
This commit is contained in:
Joe Gordon 2014-10-21 09:39:59 -07:00
parent dcf360480b
commit edb3ea715e

View File

@ -211,8 +211,6 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'openstack governance', u'OpenStack Governance Documents',
[u'OpenStack TC'], 1)
]
# If true, show URL addresses after external links.