Skip to content

Commit f579622

Browse files
committed
Sigh, remove -q from spelling which is required to see the misspelled words.
1 parent 053b64b commit f579622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ deps =
109109

110110
[testenv:docs-spelling]
111111
basepython = pypy3
112-
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -q -T -W}
112+
commands = {envpython} -m sphinx -b spelling {toxinidir}/docs/ {envtmpdir}/build {posargs:-a -n -T -W}
113113
deps =
114114
-r{toxinidir}/docs/requirements.txt
115115
{toxinidir}

0 commit comments

Comments
 (0)