add auto-generated docs for config options
Add automatically generated documentation for the configuration options using oslo_config.sphinxext. Change-Id: Ic8372b14cf5bbe423d098f4bb9cf4536c9336c2f
This commit is contained in:
parent
8d9cdbb0fd
commit
140f337779
@ -22,8 +22,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslosphinx'
|
||||
'oslosphinx',
|
||||
'oslo_config.sphinxext',
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
@ -13,6 +13,7 @@ Contents
|
||||
installation
|
||||
api/modules
|
||||
usage
|
||||
opts
|
||||
contributing
|
||||
history
|
||||
|
||||
|
8
doc/source/opts.rst
Normal file
8
doc/source/opts.rst
Normal file
@ -0,0 +1,8 @@
|
||||
=======================
|
||||
Configuration Options
|
||||
=======================
|
||||
|
||||
oslo.cache uses oslo.config to define and manage configuration options
|
||||
to allow the deployer to control how an application uses this library.
|
||||
|
||||
.. show-options:: oslo.cache
|
Loading…
x
Reference in New Issue
Block a user