diff --git a/tox.ini b/tox.ini index 1fbfc34b..5e53561e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =