diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-22 16:24:16 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-22 16:44:46 +0100 |
commit | 1dcfb3ab028bafefa91d91fef627a58480bd89bf (patch) | |
tree | d93226c9effa511445b20ed9ce18c3710935d984 /tox.ini | |
parent | 4c520ec374468937ec2b0e911e23df4577fed90d (diff) |
Check all rst files
It installs doc8 and then checks all rst files.
It also fixes all errors needed for next jjbs.
Change-Id: I30314ece30090ec4923d2c5ad27a9016428102fd
Issue-ID: EXTAPI-163
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +[tox] +envlist = docs +skipsdist = True + +[testenv] +deps = doc8 +commands = doc8 docs |