This patch set fixes warnings [0] in RTD which are causing autodoc to fail to build, resulting in missing documentation as in here: https://airship-deckhand.readthedocs.io/en/latest/operators/exceptions.html Example warnings: WARNING: autodoc: failed to import module 'deckhand.policy'; the following exception was raised: No module named 'falcon' [0] https://readthedocs.org/api/v2/build/8001684.txt Change-Id: I872b90e03a8f9e3de3fd717ed340b53f095f01a5
9 lines
282 B
Plaintext
9 lines
282 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.
|
|
sphinx>=1.6.2 # BSD
|
|
sphinx_rtd_theme
|
|
reno>=2.5.0 # Apache-2.0
|
|
plantuml
|
|
|