48954b3fda
Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: Ie587bfde2367dfec796f1b07c01bba15d839a3b1 Related-Bug: #1691511
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
# This is required for the docs build jobs
|
|
sphinx>=1.5.1 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
|
|
# This is required for the releasenotes build jobs
|
|
# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995
|
|
reno>=1.8.0,!=2.0.0 # Apache-2.0
|