6a0fe94e5c
Sphinx 3.0.0 breaks the building here, block it for now. Depends-On: https://review.opendev.org/#/c/717949/ Change-Id: Ibf0c93ea79fec647fbf749257835f1fa99d5f59d
11 lines
465 B
Plaintext
11 lines
465 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>=1.20.0 # Apache-2.0
|
|
sphinx>=1.8.0,!=2.1.0,!=3.0.0 # BSD
|
|
sphinxcontrib-pecanwsme>=0.8.0 # Apache-2.0
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
reno>=2.7.0 # Apache-2.0
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
os-api-ref>=1.4.0 # Apache-2.0
|