summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Pena <jpena@redhat.com>2017-07-04 16:47:18 +0200
committerJavier Pena <jpena@redhat.com>2017-07-04 16:48:28 +0200
commit8435b47f80deee92912243e1314be0054fb2b87b (patch)
treed776a43be127250d05605580a1baf30fd1adb8f6
parenta53b302764d68900bf0fef16a2a2a8e6a6790c80 (diff)
downloadpython-glanceclient-8435b47f80deee92912243e1314be0054fb2b87b.tar.gz
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
-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 574b931..98ab8c9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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),
]