Skip to content

Commit

Permalink
Configure sphinx to always use colors on output
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 16, 2022
1 parent be65dfc commit a49559f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -11,7 +11,8 @@ skipsdist = true
[docs]
# do not use continuation with vars, see https://github.com/tox-dev/tox/issues/2069
sphinx_common_args =
-j auto {tty:--color} -a -n -W --keep-going -T -d "{temp_dir}/.doctrees" . "{envdir}/docs_out"
# https://github.com/sphinx-doc/sphinx/pull/10260
-j auto --color -a -n -W --keep-going -T -d "{temp_dir}/.doctrees" . "{envdir}/docs_out"

[testenv]
description =
Expand Down

0 comments on commit a49559f

Please sign in to comment.