summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2022-05-26 22:54:32 +0200
committerGitHub <noreply@github.com>2022-05-26 14:54:32 -0600
commit112746cb060c8d3ce182a9e0abdc4cda961abf5a (patch)
treea092bce233f2b5352ddd5a01043bb1ac8d4ffe89 /tox.ini
parent04247f0330cc7a9e2455bea819625ab14e6c2ab2 (diff)
downloadcloud-init-git-112746cb060c8d3ce182a9e0abdc4cda961abf5a.tar.gz
docs: fix external links, add one more to the list (#1477)
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 =