e4b5dc3ea7
This patch adds the Cliff Sphinx Extension support for auto documenting the `validation` Command Line Interface. It also standardizes the `metavar` description for all the --group, --category and --product arguments by using <group_id>, <category_id> and <product_id>. Moreover, it removes usage example(s) in the arguments helpers which are often duplicated with the `metavar`. Change-Id: I3009337e8afadd705bbee5b89d9022c78093cdc8 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
# this is required for the docs build jobs
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.2 # Apache-2.0
|
|
doc8>=0.8.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=1.1.1 # BSD License
|
|
reno>=3.1.0 # Apache-2.0
|
|
cliff>=3.2.0 # Apache-2.0
|