f9f43f1a8f
The detail is described in the following links: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Our documentation build actually does not depends on Django as we don't create source code reference. It is a good chance to drop Django dependencies from the doc build. Change-Id: I7323187a40dbd41848cee983a90dfcf29d74a77d
7 lines
311 B
Plaintext
7 lines
311 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
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|