[FIX] Fix document build

Adds the SLUGIFY_USES_TEXT_UNIDECODE=yes option to the appropriate tox
jobs to allow document builds/regeneration of directories occur in
alignment with license requirements

Change-Id: Ie0d25183e6759d1ae48aa45c504479e1d0592d52
This commit is contained in:
Bryan Strassner 2019-02-22 15:43:08 -06:00
parent 919868e16c
commit 067db5f2a0
1 changed files with 6 additions and 0 deletions

View File

@ -49,13 +49,19 @@ commands =
bandit -r shipyard_airflow -n 5
[testenv:genconfig]
setenv=
SLUGIFY_USES_TEXT_UNIDECODE=yes
commands = oslo-config-generator --config-file=generator/config-generator.conf
[testenv:genpolicy]
setenv=
SLUGIFY_USES_TEXT_UNIDECODE=yes
commands = oslopolicy-sample-generator --config-file=generator/policy-generator.conf
[testenv:gen_all]
# Combined to make these run together instead of setting up separately
setenv=
SLUGIFY_USES_TEXT_UNIDECODE=yes
commands =
oslo-config-generator --config-file=generator/config-generator.conf
oslopolicy-sample-generator --config-file=generator/policy-generator.conf