File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 148148 r"https://github\.com/pytest-dev/pytest/issues/.*" ,
149149]
150150
151- # # Exclude documents that are known to cause issues
152- # linkcheck_exclude_documents = [
153- # 'old_versions/*',
154- # 'deprecated_features/*',
155- # ]
156-
157151linkcheck_workers = 20
158152linkcheck_timeout = 30
159153linkcheck_retries = 2
Original file line number Diff line number Diff line change @@ -131,13 +131,9 @@ deps =
131131 sphinx>=8.1.3
132132commands =
133133 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-
136134setenv =
137135 # Sphinx is not clean of this warning.
138136 PYTHONWARNDEFAULTENCODING =
139- ; allowlist_externals =
140- ; /bin/sh
141137
142138[testenv:regen]
143139description =
You can’t perform that action at this time.
0 commit comments