8b5dd76a46
Seems like some recent update of Sphinx broke oslosphinx extension. We don't really need it now, so this commit removes it by adopting the "modern" way of building docs (mostly based on how it's done in openstack/kuryr-kubernetes). Change-Id: I8a0d5e3923b6497eb7c6944fc6d9adc9007bf5ec Closes-Bug: 1824958
11 lines
362 B
Plaintext
11 lines
362 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!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
bashate>=0.5.1 # Apache-2.0
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
pylint==1.4.5 # GNU GPL v2
|