Fix man page build

Ia3b5ee2b6aaf17781d3de7546a9477f1c928092f moved cinder.rst from the
doc/source/man directory into doc/source/cli, so we need to adjust
the path in conf.py to avoid issues when running:

python setup.py build_sphinx -b man

Change-Id: I32ca20e0e184b11c68c9b81a9ff3d1247330ade4
This commit is contained in:
Thomas Bechtold 2017-07-29 08:31:33 +02:00
parent 130397a128
commit 3dc824599c

@ -112,7 +112,7 @@ pygments_style = 'sphinx'
man_pages = [
('man/cinder', 'cinder', u'Client for OpenStack Block Storage API',
('cli/details', 'cinder', u'Client for OpenStack Block Storage API',
[u'OpenStack Contributors'], 1),
]
# -- Options for HTML output --------------------------------------------------