be less verbose when generating python docs

This commit is contained in:
holger krekel
2019-11-27 06:47:19 +01:00
parent 76610f1e72
commit fbb8c8e80c

View File

@@ -53,7 +53,7 @@ deps =
sphinx==2.2.0
breathe
commands =
sphinx-build -w toxdoc-warnings.log -b html . _build/html
sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html
[testenv:lintdoc]