Change-Id: I4ac1ce147ada7176cdac399b83edc646973dd80e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
+ 'reno.sphinxext',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.intersphinx',
.. toctree::
:maxdepth: 2
+ release-notes
install
configuration
--- /dev/null
+.. release-notes:: Release Notes
+reno~=2.10.0
sphinx>=1.6.4
sphinxcontrib-programoutput
sphinx_bootstrap_theme>=0.6.0
-
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}