From 79b992b53bfea9f3d8e2e073417dbf8f201f37db Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Tue, 4 Jul 2017 16:53:11 +0200 Subject: [PATCH] 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 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a90fca64ba..fc7520fd0d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'],