Merge "Use reno for release notes"

This commit is contained in:
Jenkins 2015-12-08 15:05:05 +00:00 committed by Gerrit Code Review
commit bdefef8c9a
6 changed files with 16 additions and 2 deletions

View File

@ -3,7 +3,11 @@ import sys
sys.path.insert(0, os.path.abspath('../..'))
extensions = ['sphinx.ext.autodoc', 'oslosphinx']
extensions = [
'sphinx.ext.autodoc',
'oslosphinx',
'reno.sphinxext'
]
# The suffix of source filenames.
source_suffix = '.rst'

View File

@ -16,6 +16,7 @@ Contents:
contributing
coding
future
releasenotes
.. include:: ../../README.rst

View File

@ -9,4 +9,4 @@ At the command line::
Or, if you have virtualenv wrapper installed::
$ mkvirtualenv shade
$ pip install shade
$ pip install shade

View File

@ -0,0 +1,5 @@
=============
Release Notes
=============
.. release-notes::

View File

@ -0,0 +1,3 @@
---
other:
- Started using reno for release notes.

View File

@ -11,3 +11,4 @@ testrepository>=0.0.17
testscenarios>=0.4,<0.5
testtools>=0.9.32
warlock>=1.0.1,<2
reno