Fix man page build

https://review.openstack.org/473964 moved the man page rst from
the doc/source/man directory into doc/source/cli/man, so we need to
adjust the path in conf.py to avoid issues when running:

python setup.py build_sphinx -b man

Change-Id: I1ab09bf298beef756b233c7e17bf052f7af4de51
This commit is contained in:
Javier Pena 2017-07-04 16:53:11 +02:00
parent 52af8fbc05
commit 79b992b53b
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
(
'man/openstack',
'cli/man/openstack',
'openstack',
u'OpenStack Command Line Client',
[u'OpenStack contributors'],