5f184f1f5e
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Update classifiers - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme version Change-Id: I2c59ca525fa329b91720149cff3faee00fafff97
8 lines
304 B
Plaintext
8 lines
304 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.
|
|
|
|
openstackdocstheme>=1.31.2 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|