Merge "Add reno releasenotes support"

This commit is contained in:
Zuul 2018-03-29 19:36:02 +00:00 committed by Gerrit Code Review
commit 794caa64aa
5 changed files with 13 additions and 1 deletions

View File

@ -26,7 +26,8 @@ sys.path.insert(0, os.path.abspath('../..'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ 'sphinxcontrib.programoutput',
'sphinxcontrib.httpdomain']
'sphinxcontrib.httpdomain',
'reno.sphinxext']
#extensions = ['sphinx.ext.intersphinx']
#intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}

View File

@ -15,6 +15,7 @@ Contents:
configuration
operation
devguide
releasenotes
Indices and tables
==================

View File

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

View File

@ -0,0 +1,4 @@
---
prelude: >
Initial release note. This note should be removed as soon as we have a
real one.

View File

@ -4,6 +4,7 @@ coverage
sphinx>=1.5.1,<1.6
sphinxcontrib-programoutput
sphinxcontrib-httpdomain
reno>=2.5.0 # Apache-2.0
fixtures>=0.3.12
mock>=1.0
python-subunit