Use reno for release notes
The OpenStack Release team has created a great release notes management tool that integrates with Sphinx. Start using it. For reference on how to use it, see http://docs.openstack.org/developer/reno/ Change-Id: I57692d720174fedb68ab2f52d5a4c496a6d993b2
This commit is contained in:
parent
5662df15f0
commit
83159ae486
@ -3,7 +3,11 @@ import sys
|
|||||||
|
|
||||||
sys.path.insert(0, os.path.abspath('../..'))
|
sys.path.insert(0, os.path.abspath('../..'))
|
||||||
|
|
||||||
extensions = ['sphinx.ext.autodoc', 'oslosphinx']
|
extensions = [
|
||||||
|
'sphinx.ext.autodoc',
|
||||||
|
'oslosphinx',
|
||||||
|
'reno.sphinxext'
|
||||||
|
]
|
||||||
|
|
||||||
# The suffix of source filenames.
|
# The suffix of source filenames.
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
@ -16,6 +16,7 @@ Contents:
|
|||||||
contributing
|
contributing
|
||||||
coding
|
coding
|
||||||
future
|
future
|
||||||
|
releasenotes
|
||||||
|
|
||||||
.. include:: ../../README.rst
|
.. include:: ../../README.rst
|
||||||
|
|
||||||
|
@ -9,4 +9,4 @@ At the command line::
|
|||||||
Or, if you have virtualenv wrapper installed::
|
Or, if you have virtualenv wrapper installed::
|
||||||
|
|
||||||
$ mkvirtualenv shade
|
$ 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
|
testscenarios>=0.4,<0.5
|
||||||
testtools>=0.9.32
|
testtools>=0.9.32
|
||||||
warlock>=1.0.1,<2
|
warlock>=1.0.1,<2
|
||||||
|
reno
|
||||||
|
Loading…
x
Reference in New Issue
Block a user