289f61afc9
On Jammy hosts the docs will not build due to an incompatibility between Sphinx and Python 3.10. Increase Sphinx version in requirements.txt to at least 4.2. Change-Id: I34d9c1a6baa042535ea74758c9a4b51f97e6965a
10 lines
329 B
Plaintext
10 lines
329 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.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
sphinx>=4.2 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
whereto>=0.3.0 # Apache-2.0
|