Merge "Use reno for release notes"
This commit is contained in:
commit
bdefef8c9a
@ -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'
|
||||
|
@ -16,6 +16,7 @@ Contents:
|
||||
contributing
|
||||
coding
|
||||
future
|
||||
releasenotes
|
||||
|
||||
.. include:: ../../README.rst
|
||||
|
||||
|
@ -9,4 +9,4 @@ At the command line::
|
||||
Or, if you have virtualenv wrapper installed::
|
||||
|
||||
$ mkvirtualenv shade
|
||||
$ pip install shade
|
||||
$ pip install shade
|
||||
|
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,3 @@
|
||||
---
|
||||
other:
|
||||
- Started using reno for release notes.
|
@ -11,3 +11,4 @@ testrepository>=0.0.17
|
||||
testscenarios>=0.4,<0.5
|
||||
testtools>=0.9.32
|
||||
warlock>=1.0.1,<2
|
||||
reno
|
||||
|
Loading…
x
Reference in New Issue
Block a user