Merge "Fix man page build"

This commit is contained in:
Jenkins 2017-07-10 12:45:10 +00:00 committed by Gerrit Code Review
commit c115f8d4df
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),
]