summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 16:24:16 +0100
committerEric Debeau <eric.debeau@orange.com>2018-11-26 21:44:04 +0000
commit960ee35f195455112c9bd24415ff4d95fb38f8ca (patch)
tree00b84bbdc18e7cad26ebd3a1ae1db483678eb449 /tox.ini
parent212cc6c25c36dfed1ebf43142851b1301ece99ff (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> (cherry picked from commit 1dcfb3ab028bafefa91d91fef627a58480bd89bf)
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