Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Configure sphinx to always use colors on output (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 16, 2022
1 parent 8704978 commit 8b45911
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 8b45911

Please sign in to comment.