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:
@@ -112,7 +112,7 @@ pygments_style = 'sphinx'
|
|||||||
|
|
||||||
|
|
||||||
man_pages = [
|
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),
|
[u'OpenStack Contributors'], 1),
|
||||||
]
|
]
|
||||||
# -- Options for HTML output --------------------------------------------------
|
# -- Options for HTML output --------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user