escalate warning in spell check to failure
This commit is contained in:
parent
6620760b9f
commit
ea8a220918
2
tox.ini
2
tox.ini
@ -39,7 +39,7 @@ deps = sphinx>=7.2.3
|
|||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
pycups
|
pycups
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
sphinx-build -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling
|
sphinx-build -W -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python
|
basepython = python
|
||||||
|
Loading…
x
Reference in New Issue
Block a user