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
This commit is contained in:
committed by
Flavio Percoco
parent
81125236b9
commit
a49ce80db6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user