Files
os-api-ref/doc/requirements.txt
Stephen Finucane 42053b1f92 Drop support for Sphinx < 4.x
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>
2021-10-21 10:14:22 +01:00

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