Skip to content

Commit 97b7043

Browse files
committed
move linkcheck out of main doc build
Running linkcheck from github actions causes too many issues with rate limiting or bot-protected sites. Disable it.
1 parent 828267b commit 97b7043

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tox.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ deps =
3838
-r{toxinidir}/docs/requirements.txt
3939
commands =
4040
sphinx-build -W -j auto -b html -d docs/build/doctrees docs/source docs/build/html
41+
42+
[testenv:linkcheck]
43+
deps =
44+
-r{toxinidir}/docs/requirements.txt
45+
commands =
4146
sphinx-build -W -j auto -b linkcheck -d docs/build/doctrees docs/source docs/build/linkcheck
4247

4348
[testenv:pkglint]

0 commit comments

Comments
 (0)