diff --git a/.sqa/config.yml b/.sqa/config.yml index 2fd3de9e..852703af 100644 --- a/.sqa/config.yml +++ b/.sqa/config.yml @@ -16,11 +16,12 @@ sqa_criteria: tox_file: 'tox.ini' testenv: - bandit - # qc_doc: - # repos: - # deepaas: - # container: DEEPaaS-testing - # tox: - # tox_file: 'tox.ini' - # testenv: - # - docs + qc_doc: + repos: + deepaas: + container: DEEPaaS-testing + tox: + tox_file: 'tox.ini' + testenv: + - docs + - genconfig diff --git a/tox.ini b/tox.ini index 824794f3..16770998 100644 --- a/tox.ini +++ b/tox.ini @@ -132,7 +132,7 @@ deps = -r {toxinidir}/doc/requirements.txt commands = rm -rf doc/build - python setup.py build_sphinx + sphinx-build -W --keep-going -b html -j auto doc/source doc/build/html [testenv:mypy] description = Static type checks