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

Configure sphinx to always use colors on output #266

Merged
merged 2 commits into from Mar 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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