
Since RTFD build is based on separate set of requirements (doc-requirements.txt) we have to list all libs explicitly. Change-Id: I9f82cc77894ca98efc3a8c9d54400ad9f589eaaf
10 lines
362 B
Plaintext
10 lines
362 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.
|
|
|
|
oslo.config>=3.9.0 # Apache-2.0
|
|
oslo.log>=1.14.0 # Apache-2.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
sphinxcontrib-httpdomain # BSD
|
|
sphinx_rtd_theme
|