323fb38a17
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: Ib56008ab2a926631fbb8aa8632ec511e68665679
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
|