summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8aeb1f4f8..74f5cfbbd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,14 +33,14 @@ deps =
[testenv:docs]
whitelist_externals = make
commands =
- make -C docs {posargs:doctest html epub} BUILDDIR={envdir} "SPHINXOPTS=-W -E"
+ make -C docs {posargs:doctest html epub} BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term"
extras =
docs
[testenv:pdf]
whitelist_externals = make
commands =
- make -C docs latexpdf BUILDDIR={envdir} "SPHINXOPTS=-W -E"
+ make -C docs latexpdf BUILDDIR={envdir} "SPHINXOPTS=-W -E -D suppress_warnings=ref.term"
extras =
docs