diff options
| author | Thomas Bechtold <tbechtold@suse.com> | 2017-07-29 08:31:33 +0200 |
|---|---|---|
| committer | Thomas Bechtold <tbechtold@suse.com> | 2017-07-29 08:36:35 +0200 |
| commit | 3dc824599c2a2e39c598a4d57d6ba42a3feea78e (patch) | |
| tree | 4b9a271ddf2c223460622ae78f1b899b1a54eaec /doc/source | |
| parent | 130397a12870c6c9495c0da477b93b59ba628dbb (diff) | |
| download | python-cinderclient-3dc824599c2a2e39c598a4d57d6ba42a3feea78e.tar.gz | |
Fix man page build
Ia3b5ee2b6aaf17781d3de7546a9477f1c928092f moved cinder.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: I32ca20e0e184b11c68c9b81a9ff3d1247330ade4
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1af8db5..2efc731 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -112,7 +112,7 @@ pygments_style = 'sphinx' man_pages = [ - ('man/cinder', 'cinder', u'Client for OpenStack Block Storage API', + ('cli/details', 'cinder', u'Client for OpenStack Block Storage API', [u'OpenStack Contributors'], 1), ] # -- Options for HTML output -------------------------------------------------- |
