882b0ec0b4
Use openstackdocstheme for consistency with all specs displayed on specs.openstack.org. This includes updating requirements to current versions, updating specs building to not publish dirtrees and tread warnings as errors, update index page, and update settings for the theme. Change-Id: I905f404361a98d9af1a4ba5c52b8e04acda1688e
12 lines
381 B
Plaintext
12 lines
381 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.1.0 # Apache-2.0
|
|
sphinx!=1.6.6,!=1.6.7 # BSD
|
|
graphviz>=0.4,!=0.5.0 # MIT License
|
|
stestr>=2.0.0
|
|
testtools>=0.9.34
|
|
yasfb
|
|
openstackdocstheme>=1.28.0 # Apache-2.0
|