summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-04-24 05:56:50 -0700
committerSteve Piercy <web@stevepiercy.com>2020-04-24 05:56:50 -0700
commit1a575dc3e506ff8b43bba31363bcda3fd94e57b4 (patch)
tree2087e19725a0a8b0533245dbb2024b9477d8108e /tox.ini
parent0d52baa965addef225e88bd2132c577b3fccf58f (diff)
downloadpyramid-1a575dc3e506ff8b43bba31363bcda3fd94e57b4.tar.gz
pyramid-1a575dc3e506ff8b43bba31363bcda3fd94e57b4.tar.bz2
pyramid-1a575dc3e506ff8b43bba31363bcda3fd94e57b4.zip
Suppress case-sensitivity warnings on terms in glossary
Diffstat (limited to 'tox.ini')
-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