Skip to content

Commit 029fb15

Browse files
author
Ladislav Chvastaš
committed
updated command + alternative
1 parent e7b64e9 commit 029fb15

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,14 @@ deps =
130130
-r{toxinidir}/doc/en/requirements.txt
131131
sphinx>=8.1.3
132132
commands =
133-
sphinx-build -W -q --keep-going -b linkcheck . _build
133+
sphinx-build -W -q --keep-going -b linkcheck -j auto . _build
134+
; /bin/sh -c "sphinx-build -W -q --keep-going -b linkcheck -j auto . _build > linkcheck_output.txt 2>&1"
135+
134136
setenv =
135137
# Sphinx is not clean of this warning.
136138
PYTHONWARNDEFAULTENCODING=
139+
;allowlist_externals =
140+
; /bin/sh
137141

138142
[testenv:regen]
139143
description =

0 commit comments

Comments
 (0)