From 9a36c18b121562d28ce33f9d31acb8eb54bb4d11 Mon Sep 17 00:00:00 2001 From: Kirill Bespalov Date: Fri, 20 May 2016 17:54:26 +0300 Subject: Add reno for releasenotes management An initial patch to add reno and create a base directory for release notes Change-Id: Ie3f6653a27a49d8b2fced3f399b1d4c8f0c95b7c --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7c55452..a03c1e7 100644 --- a/tox.ini +++ b/tox.ini @@ -41,3 +41,6 @@ import_exceptions = # of the requirements.txt files deps = pip_missing_reqs commands = pip-missing-reqs -d --ignore-module=oslo_concurrency* --ignore-file=oslo_concurrency/tests/* --ignore-file=tests/ oslo_concurrency + +[testenv:releasenotes] +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html -- cgit v1.2.1