We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b64e9 commit 029fb15Copy full SHA for 029fb15
tox.ini
@@ -130,10 +130,14 @@ deps =
130
-r{toxinidir}/doc/en/requirements.txt
131
sphinx>=8.1.3
132
commands =
133
- sphinx-build -W -q --keep-going -b linkcheck . _build
+ 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
+
136
setenv =
137
# Sphinx is not clean of this warning.
138
PYTHONWARNDEFAULTENCODING=
139
+;allowlist_externals =
140
+; /bin/sh
141
142
[testenv:regen]
143
description =
0 commit comments