*Extension error:
Could not import extension oslosphinx
(exception: No module named oslosphinx)
*Extension error:
Could not import extension reno.sphinxtest
(exception: No module named sphinxtest)
*Warning, treated as error:
/home/python-mistralclient/releasenotes/source/index.rst:7:
WARNING: toctree contains reference to nonexisting document
u'Indices and tables' Also correct the mistralclient version details.
Change-Id: Icabd8a2a4876786abbad35e55f0d59ad94651d85
Closes-Bug: #1634809
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.
Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.
Change-Id: I27f8482ff150f41c565c0bdb6dafce10fbb59d2b
Python will default to ASCII as standard encoding if no other
encoding hints are given. So, adding the # -*- coding: utf-8 -*-
Change-Id: I22371a5f9e9d024eabc4bbdaef7c86648820b014
All the components of openstack maintain releasenotes. Similarly,
python-mistralclient must also maintain releasenotes. This adds
the releasenotes directory to the mistralclient repo.
Change-Id: Ie63aef91c8b9a1bf1008d2e0e3468ab5a1d8b5b5
Implements: blueprint maintain-releasenotes