Our tests are broken due to changes introduced by Sphinx 4.0 and thus require some adaptation. Rather than introduce more logic into tests to handle older versions, simply drop support for older versions of Sphinx. Change-Id: I2e8ff5cc2e6b4703d7f767fc95b6766d727d8577 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
6 lines
269 B
Plaintext
6 lines
269 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.
|
|
sphinx>=4.0.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|