f0ae3e5b07
Make a few cleanups: - Remove obsolete sections from setup.cfg - Update requirements, no need for python_version anymore - Switch to sphinx-build Change-Id: Iaee99ab7ebbb7d866ef50b901e160be77538e566
10 lines
341 B
Plaintext
10 lines
341 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.
|
|
|
|
pbr>=2.0.0,!=2.1.0 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0 # BSD
|
|
testtools>=1.4.0
|
|
yasfb>=0.8.0
|
|
openstackdocstheme>=1.19.0 # Apache-2.0
|