Skip to content

Commit

Permalink
added -q flag to linkcheck so it will be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jan 22, 2020
1 parent f7b3112 commit 850bb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
description = build readthedocs documentation
changedir = {toxinidir}/docs
commands =
sphinx-build -W --keep-going -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html
sphinx-build -W --keep-going -q -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:migrations]
description = check for missing migrations
Expand Down

0 comments on commit 850bb46

Please sign in to comment.