Don't error on translation warnings

Disable treading warnings as errors for broken translations to be able
to work on the docs.

Change-Id: Ic7d9ae1d5ffaa00c16d890ef9759b706cac7d89c
This commit is contained in:
Andreas Jaeger 2019-01-30 15:53:11 +01:00
parent d4ecacdf9d
commit 24f6e7cab2
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ commands = {posargs}
commands = doc8 -v doc README.rst
[testenv:docs]
setenv =
SPHINX_WARNINGS_TRANS=1
commands = docstheme-build-translated.sh
[doc8]