Fix man page build

https://review.openstack.org/474775 moved glance.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: I2c37755553d1265fb9fb069067c4468853f395b7
This commit is contained in:
Javier Pena 2017-07-04 16:47:18 +02:00
parent a53b302764
commit 8435b47f80
1 changed files with 1 additions and 1 deletions

View File

@ -83,6 +83,6 @@ html_last_updated_fmt = '%Y-%m-%d %H:%M'
# Grouping the document tree for man pages.
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
man_pages = [
('man/glance', 'glance', u'Client for OpenStack Images API',
('cli/glance', 'glance', u'Client for OpenStack Images API',
[u'OpenStack Foundation'], 1),
]