e4b6f60b53
- Follow new PTI for docs build - Add sphinxcontrib.apidoc to replace pbr autodoc REF: [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html [3] http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Depends-On: https://review.openstack.org/#/c/559330/ Change-Id: I36051485854bdf88719335f280f5562c3a0dbd4a
9 lines
378 B
Plaintext
9 lines
378 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
|
|
sphinxmark>=0.1.14 # Apache-2.0
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|