b833960c69
Sphinx 1.5 fails with current pbr (needs new pbr release, see change I52d45fa0a0d42de690d3a492068f7bb03483a224. For now, set warnerrors to False to be able to use this. Also, remove duplicate requirements line. Also, update to new sphinx version to show that this works. This is in reaction to the failure in Ia184446fe34c49a48ca079c828157ea34e662d4b. Change-Id: I9e7261c4124b71eeb6bddd9e21747b61bbdc16fa
17 lines
443 B
Plaintext
17 lines
443 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.
|
|
hacking<0.11,>=0.10.0
|
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
# Doc requirements
|
|
sphinx>=1.5.1 # BSD
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
|
|
# releasenotes
|
|
reno>=1.8.0 # Apache-2.0
|
|
|
|
coverage>=4.0 # Apache-2.0
|