009c9a59e6
The module index for tacker docs is dropped due to new PTI for building docs. However, sphinxcontrib.apidoc now support to build autodoc which replace pbr autodoc. We can have it again. Closes-Bug: #1761923 Change-Id: Ie4c98dd6e8b365778cb0d2c377a9600d79cb43d1
9 lines
377 B
Plaintext
9 lines
377 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.6,!=1.6.7,>=1.6.2 # BSD
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|