62e8202e61
Update requirements to current global-requirements including Sphinx 1.5. Add pbr as requirement. Use update-requirements from requirements repo to sync content. Migrate pbr's obsolete warnerrors to Sphinx' warning-is-error. Fix any sphinx problems. Change-Id: Id7d5783c5d5c1077d03ddcb18d813699561579e3
11 lines
302 B
Plaintext
11 lines
302 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.0.0 # Apache-2.0
|
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
sphinx>=1.5.1 # BSD
|
|
|
|
yasfb>=0.5.1
|