--
Bump the openstackdocstheme extension to 1.20
Some options are now automatically configured by the version 1.20:
- project
- html_last_updated_fmt
- latex_engine
- latex_elements
- version
- release.
Ic9207bb8d3e602dd71cc4c7cefde739130f3d48b
--
Blacklist sphinx 2.1.0 (autodoc bug)
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details
Ia029f66cfde96d97754e38b5278f1b24081a09e0
--
tox: Keeping going with docs
1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name
suggests, keeps the build running when it encounters non-fatal errors.
This is exceptionally useful in avoiding a continuous edit-build loop
when undertaking large doc reworks where multiple errors may be
introduced.
2. Remove the py27 from tox since magnum already drop support python 2.7
[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
I6e713b51cf9fac87e696fdfce8156f656a0f1df5
--
Change-Id: I53800a688fae3ba9cc551b0ceffe96938f2df59d
This tempest plugin is being split out of the main magnum project in
accordance with Queens goal "Split Tempest Plugins into Separate
Repos/Projects"[1]. This patch applies the standard boilerplate files
for OpenStack projects so that it can stand on its own.
[1] https://governance.openstack.org/tc/goals/queens/split-tempest-plugins.html