31303ed65e
Use whereto to test that the redirect rules do what we expect. This has been used in nova-land for years and is helpful as things move around. Change-Id: I4697c4ce53eb8d67d2f7593085e3eb88f239d1dd Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
14 lines
494 B
Plaintext
14 lines
494 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>=2.2.7 # Apache-2.0
|
|
reno>=3.2.0 # Apache-2.0
|
|
sphinx>=3.5.1 # BSD
|
|
Pygments>=2.6.1 # BSD license
|
|
os-api-ref>=2.1.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.3.0 # BSD
|
|
sphinx-feature-classification>=1.1.0 # Apache 2.0
|
|
|
|
# redirect tests in docs
|
|
whereto>=0.4.0 # Apache-2.0
|