do not stop on warning

This commit is contained in:
Patrick Kanzler 2023-09-06 22:59:44 +02:00
parent 11e9ae7dc7
commit 814b9c35b4

View File

@ -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 -W -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling sphinx-build -b spelling -d {envtmpdir}/doctrees . {envtmpdir}/spelling
[testenv:flake8] [testenv:flake8]
basepython = python basepython = python