Fix man page build
https://review.openstack.org/473964 moved the man page rst from the doc/source/man directory into doc/source/cli/man, so we need to adjust the path in conf.py to avoid issues when running: python setup.py build_sphinx -b man Change-Id: I1ab09bf298beef756b233c7e17bf052f7af4de51
This commit is contained in:
		| @@ -236,7 +236,7 @@ latex_documents = [ | ||||
| # (source start file, name, description, authors, manual section). | ||||
| man_pages = [ | ||||
|     ( | ||||
|         'man/openstack', | ||||
|         'cli/man/openstack', | ||||
|         'openstack', | ||||
|         u'OpenStack Command Line Client', | ||||
|         [u'OpenStack contributors'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Javier Pena
					Javier Pena