Go to file
caoyuan 9e70fdadee tox: Keeping going with docs
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.

[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045

Change-Id: I2831ab17d943638062b709882c7a1cc481e46476
2019-10-26 00:07:16 +08:00
2019-10-26 00:07:16 +08:00
2018-09-13 16:17:56 +00:00
2018-09-13 15:50:37 +00:00
2019-04-19 19:33:06 +00:00
2018-09-12 17:35:58 +00:00
2018-09-20 15:41:08 +00:00
2019-07-05 15:09:45 -04:00
2018-09-12 17:35:58 +00:00
2018-09-12 17:35:58 +00:00
2018-09-12 17:35:58 +00:00
2019-07-05 15:09:45 -04:00
2018-09-12 17:35:58 +00:00
2019-10-26 00:07:16 +08:00

oslo.upgradecheck

Common code for writing OpenStack upgrade checks

This project contains the common code necessary for writing upgrade checks in OpenStack projects. It includes a module (oslo_upgradecheck.upgradecheck) for the common code as well as an example (oslo_upgradecheck.__main__) of integrating that code into a project.

Description
Common code for writing OpenStack upgrade checks.
Readme 1.1 MiB
Languages
Python 100%