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:
parent
52af8fbc05
commit
79b992b53b
@ -236,7 +236,7 @@ latex_documents = [
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(
|
(
|
||||||
'man/openstack',
|
'cli/man/openstack',
|
||||||
'openstack',
|
'openstack',
|
||||||
u'OpenStack Command Line Client',
|
u'OpenStack Command Line Client',
|
||||||
[u'OpenStack contributors'],
|
[u'OpenStack contributors'],
|
||||||
|
Loading…
Reference in New Issue
Block a user