Use Reno for release notes 04/12504/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:07:23 +0000 (19:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 7 Sep 2018 23:07:23 +0000 (19:07 -0400)
Change-Id: I4ac1ce147ada7176cdac399b83edc646973dd80e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/conf.py
docs/index.rst
docs/release-notes.rst [new file with mode: 0644]
requirements.txt
tox.ini

index b007a9e..5bbe39f 100644 (file)
@@ -46,6 +46,7 @@ def format_version(version):
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
+    'reno.sphinxext',
     'sphinx.ext.autodoc',
     'sphinx.ext.doctest',
     'sphinx.ext.intersphinx',
index 4c2b447..594cc3d 100644 (file)
@@ -26,6 +26,7 @@ Guides
 .. toctree::
    :maxdepth: 2
 
+   release-notes
    install
    configuration
 
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
new file mode 100644 (file)
index 0000000..ec77acc
--- /dev/null
@@ -0,0 +1 @@
+.. release-notes:: Release Notes
index 5e1232c..7a5bdcc 100644 (file)
@@ -1,4 +1,4 @@
+reno~=2.10.0
 sphinx>=1.6.4
 sphinxcontrib-programoutput
 sphinx_bootstrap_theme>=0.6.0
-
diff --git a/tox.ini b/tox.ini
index 1b7d8c3..58a8600 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -78,5 +78,5 @@ deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION
 commands = openstack {posargs:--help}
 
 [testenv:reno]
-deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.9.1}
+deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
 commands = reno {posargs:--help}