fd5ab8adea
Update docs building and cleanup a bit: * Update requirements for Sphinx and openstackdocstheme for python 3, create doc/requirements.txt for these * 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 * Use new variables from updated openstackdocstheme Change-Id: I659a8736195ff621032b4fb3bd7a72fa616cf8c6
6 lines
266 B
Plaintext
6 lines
266 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,<3.1.0;python_version>='3.5' # Apache-2.0
|