38c1618e60
This patch adds a doc8 check of .rst files to the current pep8 check. It includes fixes to the .rst files that didn't pass the check. Change-Id: Ib7a63d1e579f77039172aa4f99d26a3ceeef83d7
24 lines
667 B
Plaintext
24 lines
667 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.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4 # Apache-2.0
|
|
fixtures # Apache-2.0/BSD
|
|
mock # BSD
|
|
sphinx!=1.6.6,!=1.6.7 # BSD
|
|
ddt # MIT
|
|
oslosphinx # Apache-2.0
|
|
oslotest # Apache-2.0
|
|
testrepository # Apache-2.0/BSD
|
|
testresources # Apache-2.0/BSD
|
|
testscenarios # Apache-2.0/BSD
|
|
testtools # MIT
|
|
sphinxcontrib-pecanwsme # Apache-2.0
|
|
sphinxcontrib-seqdiag # BSD
|
|
reno # Apache-2.0
|
|
os-api-ref # Apache-2.0
|
|
tempest # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|