From 3e8cee01d5f3a6678cb641f81f88782f57a8c61a Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Mon, 23 Nov 2015 21:01:40 +0100 Subject: Add reno for release notes management Since reno is the new tool for Relnotes, we need to add it to novaclient and provide some Sphinx docs for Liberty and Mitaka. Change-Id: Ie42642a0e0037311cfa14cd8bf6b7041b62a4675 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3ac09aef..6fe9d7ba 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,8 @@ commands = {posargs} commands = python setup.py build_sphinx +[testenv:releasenotes] +commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:functional] @@ -54,7 +56,7 @@ downloadcache = ~/cache/pip # Additional checks are also ignored on purpose: F811, F821 ignore = F811,F821,H404,H405 show-source = True -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py +exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py,releasenotes [hacking] import_exceptions = novaclient.i18n -- cgit v1.2.1