Merge "Add config options to the documentation"
This commit is contained in:
commit
e4817384b5
@ -12,6 +12,7 @@ extensions = [
|
|||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'oslosphinx',
|
'oslosphinx',
|
||||||
'stevedore.sphinxext',
|
'stevedore.sphinxext',
|
||||||
|
'oslo_config.sphinxext',
|
||||||
]
|
]
|
||||||
|
|
||||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||||
|
@ -1,6 +1,15 @@
|
|||||||
----------------------
|
=======================
|
||||||
Configuration Options
|
Configuration Options
|
||||||
----------------------
|
=======================
|
||||||
|
|
||||||
|
oslo.messaging uses oslo.config to define and manage configuration
|
||||||
|
options to allow the deployer to control how an application uses the
|
||||||
|
underlying messaging system.
|
||||||
|
|
||||||
|
.. show-options:: oslo.messaging
|
||||||
|
|
||||||
|
API
|
||||||
|
===
|
||||||
|
|
||||||
.. currentmodule:: oslo_messaging.opts
|
.. currentmodule:: oslo_messaging.opts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user