e5535b47c2
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. pbr hasn't need the hook configuration since forever [2]
[1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045
[2] c84876dc0f
Change-Id: I421c88c7c5d2b494443986607e9ddfb87c02bc72
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD
|
|
sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
|