Add reno release notes to Smaug
Release notes can now be managed by reno [1] [1] http://docs.openstack.org/developer/reno/ Change-Id: I36b0ece7ae1f91edc6b38043f0a351cbf5b27f69
This commit is contained in:
parent
8ba285bc9f
commit
d20a834543
@ -23,7 +23,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
#'sphinx.ext.intersphinx',
|
||||
'oslosphinx'
|
||||
'oslosphinx',
|
||||
'reno.sphinxext'
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
@ -15,6 +15,7 @@ Contents:
|
||||
installation
|
||||
usage
|
||||
contributing
|
||||
releasenotes
|
||||
|
||||
Smaug Specs
|
||||
=================
|
||||
|
5
doc/source/releasenotes.rst
Normal file
5
doc/source/releasenotes.rst
Normal file
@ -0,0 +1,5 @@
|
||||
===============
|
||||
Release Notes
|
||||
===============
|
||||
|
||||
.. release-notes::
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- Started using Reno for release notes
|
||||
|
@ -18,3 +18,5 @@ python-swiftclient>=2.2.0 # Apache-2.0
|
||||
python-glanceclient>=2.0.0 # Apache-2.0
|
||||
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
||||
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
||||
reno>=1.6.2 # Apache2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user