Add plugin doco generated with stevedore.sphinxext

As per:
http://lists.openstack.org/pipermail/openstack-dev/2015-August/073338.html

The point behind the addition of the stevedore.sphinxext extension is
"to document drivers and other types of plugins to make the available
sets built into projects easier to discover" (dhellman).

Change-Id: If24f70704dd4840c44e6e72928157078fea80b51
This commit is contained in:
Craige McWhirter 2015-08-28 14:04:18 +10:00
parent b73aa5c3ab
commit 907105d331
2 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,7 @@ extensions = [
#'sphinx.ext.intersphinx',
'oslosphinx',
'oslo_config.sphinxext',
'stevedore.sphinxext',
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy

View File

@ -7,3 +7,10 @@
.. automodule:: oslo_middleware.healthcheck.disable_by_file
:members:
Available Plugins
------------------
.. list-plugins:: oslo.middleware.healthcheck
:detailed: