summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Pena <jpena@redhat.com>2017-07-04 16:53:11 +0200
committerJavier Pena <jpena@redhat.com>2017-07-04 16:54:19 +0200
commit79b992b53bfea9f3d8e2e073417dbf8f201f37db (patch)
treef303adbfd20c202e02cc30eaf3b44a5212b5ab67
parent52af8fbc0580d86c038921f2485023d342c4cd1f (diff)
downloadpython-openstackclient-79b992b53bfea9f3d8e2e073417dbf8f201f37db.tar.gz
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
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a90fca64..fc7520fd 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'],