summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGinnis <sean_mcginnis@dell.com>2015-12-03 14:17:32 -0600
committerSean McGinnis <sean_mcginnis@dell.com>2015-12-13 19:56:41 -0600
commit423db4b32cf432fed72e6b527d4bc078da0f50fd (patch)
treeeaad70c9737b85ab69e53b444c19afbeaa5d7cbe /doc
parentef24b6d7c70aa989c4da6868b4bb9472fb5366ba (diff)
downloadpython-cinderclient-423db4b32cf432fed72e6b527d4bc078da0f50fd.tar.gz
Add reno for release notes management
Adopt reno for release notes like we have done for cinder. One difference for the client is we will not be backporting to Liberty per recommendation here [1]. [1] http://lists.openstack.org/pipermail/openstack-dev/2015-November/080694.html Change-Id: Icb2520cfa249d104674eb42b5ac93a50a6ce34b4
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d433af0..7ef16e1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -28,7 +28,10 @@ sys.path.insert(0, ROOT)
# Add any Sphinx extension module names here, as strings. They can be
# extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'oslosphinx']
+extensions = ['sphinx.ext.autodoc',
+ 'oslosphinx',
+ 'reno.sphinxext',
+]
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']