summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-12-01 22:03:55 +0000
committerGerrit Code Review <review@openstack.org>2020-12-01 22:03:55 +0000
commit2d95558ac5d9813748d941ba13e96a61b17d6818 (patch)
treeb1b03973a19ae11d5344906f7999829edc12e988 /doc/source
parent30828112cf2aec63657b1565cfeddc83a0fdba81 (diff)
parent284c38bcf2624c8b82d77f2eb5a2015822f21aa0 (diff)
downloadpython-openstackclient-2d95558ac5d9813748d941ba13e96a61b17d6818.tar.gz
Merge "Let autoprogram-cliff know who's running"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2216ddd7..4b60ce4a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -263,6 +263,9 @@ autoprogram_cliff_ignored = [
'--help', '--format', '--column', '--max-width', '--fit-width',
'--print-empty', '--prefix', '--noindent', '--quote']
+# Prevent cliff from generating "This command is provided by the
+# python-openstackclient plugin."
+autoprogram_cliff_app_dist_name = 'python-openstackclient'
# -- Options for sphinxcontrib.apidoc ----------------------------------------