Merge "Use reno for release notes"

This commit is contained in:
Jenkins 2016-01-03 00:54:27 +00:00 committed by Gerrit Code Review
commit 8b89907d59
5 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -7,6 +7,7 @@
contributing
installation
api-reference
releasenotes
Indices and tables
==================

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

@ -16,6 +16,7 @@ python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
oslotest>=1.5.1,<1.6.0 # Apache-2.0
reno>=0.1.1 # Apache2
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0