diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-09-24 22:15:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-09-24 22:15:17 +0000 |
commit | 1b4045be3fbcc40e6ea3dbed982847ac086269fa (patch) | |
tree | 8da4bfe7e496536ee124c6ad79c23ac51aaf1b3c | |
parent | 0f1e084bdde6a19252e23e40a101b7bfc6f8c335 (diff) | |
parent | 907105d33194809b8af915dc6219a3d67f01e24c (diff) | |
download | oslo-middleware-1b4045be3fbcc40e6ea3dbed982847ac086269fa.tar.gz |
Merge "Add plugin doco generated with stevedore.sphinxext"
-rwxr-xr-x | doc/source/conf.py | 1 | ||||
-rw-r--r-- | doc/source/healthcheck_plugins.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 6265ab6..a5301af 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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 diff --git a/doc/source/healthcheck_plugins.rst b/doc/source/healthcheck_plugins.rst index 04683cc..3ea93c5 100644 --- a/doc/source/healthcheck_plugins.rst +++ b/doc/source/healthcheck_plugins.rst @@ -7,3 +7,10 @@ .. automodule:: oslo_middleware.healthcheck.disable_by_file :members: + + +Available Plugins +------------------ + +.. list-plugins:: oslo.middleware.healthcheck + :detailed: |