summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e69c6e13..a2df430c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,9 @@
envlist = py3, lowest-supported-dev, black, flake8, isort, mypy, pylint
recreate = True
+[doc8]
+ignore-path-errors=doc/rtd/topics/faq.rst;D001
+
[testenv]
basepython = python3
setenv =