Skip to content

Commit 9777e1b

Browse files
author
Ladislav Chvastaš
committed
removed dead code
1 parent 029fb15 commit 9777e1b

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

doc/en/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,6 @@
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-
157151
linkcheck_workers = 20
158152
linkcheck_timeout = 30
159153
linkcheck_retries = 2

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,9 @@ deps =
131131
sphinx>=8.1.3
132132
commands =
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-
136134
setenv =
137135
# Sphinx is not clean of this warning.
138136
PYTHONWARNDEFAULTENCODING=
139-
;allowlist_externals =
140-
; /bin/sh
141137

142138
[testenv:regen]
143139
description =

0 commit comments

Comments
 (0)