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:
		| @@ -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), | ||||
| ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Javier Pena
					Javier Pena