6bb7b82275
Update docs building, cleanup a bit: * Switch to sphinx-build * Update requirements for Sphinx and openstackdocstheme for python 3, create doc/requirements.txt * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine. * Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS * Update to hacking 3.0, fix problems found Change-Id: I76fe5602928bede439133993b0d85669228f25ed
8 lines
274 B
Plaintext
8 lines
274 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.
|
|
|
|
hacking>=3.0.0,<3.1.0 # Apache-2.0
|
|
|
|
stestr>=2.0.0 # Apache-2.0
|