aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 16:24:16 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 16:44:46 +0100
commit1dcfb3ab028bafefa91d91fef627a58480bd89bf (patch)
treed93226c9effa511445b20ed9ce18c3710935d984 /tox.ini
parent4c520ec374468937ec2b0e911e23df4577fed90d (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.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..1e81466
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = docs
+skipsdist = True
+
+[testenv]
+deps = doc8
+commands = doc8 docs