Add config options to the documentation
Add the directive to include the configuration options to the library documentation. Change-Id: I085cf62213340e19a2fa39b909b5c0365226f059
This commit is contained in:
parent
7daffffafc
commit
6450edb58b
@ -22,6 +22,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
|||||||
extensions = [
|
extensions = [
|
||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
#'sphinx.ext.intersphinx',
|
#'sphinx.ext.intersphinx',
|
||||||
|
'oslo_config.sphinxext',
|
||||||
'oslosphinx'
|
'oslosphinx'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ to different database backends and various other helper utils.
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
installation
|
installation
|
||||||
|
opts
|
||||||
usage
|
usage
|
||||||
contributing
|
contributing
|
||||||
history
|
history
|
||||||
|
9
doc/source/opts.rst
Normal file
9
doc/source/opts.rst
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
=====================
|
||||||
|
Configuration Options
|
||||||
|
=====================
|
||||||
|
|
||||||
|
oslo.db uses oslo.config to define and manage configuration
|
||||||
|
options to allow the deployer to control how an application uses the
|
||||||
|
underlying database.
|
||||||
|
|
||||||
|
.. show-options:: oslo.db
|
Loading…
Reference in New Issue
Block a user