From a49ce80db6662a3275ba504cd667723e6638cd62 Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Thu, 11 Feb 2016 11:17:01 +0300 Subject: Add reno to glanceclient Add possibility to generate release notes to glanceclient. We need this because it helps to prepare good documentation and provide useful info to Openstack users. Change-Id: Ifce2df8ac5f3a14518a758d748964e7201a75291 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5c734c1..0e14775 100644 --- a/tox.ini +++ b/tox.ini @@ -34,6 +34,9 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands= python setup.py build_sphinx +[testenv:releasenotes] +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + [flake8] # H233 Python 3.x incompatible use of print operator # H303 no wildcard import -- cgit v1.2.1