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 1d5bd73 commit 43fdeb0Copy full SHA for 43fdeb0
tox.ini
@@ -66,8 +66,8 @@ description = Run link checks for root and docs markdown files
66
deps =
67
.[dev]
68
commands =
69
- mkdocs-linkcheck ./
70
- mkdocs-linkcheck docs/
+ mkdocs-linkcheck ./ --exclude 'https://github\.com/.*/blob/.+\.md'
+ mkdocs-linkcheck docs/ --exclude 'https://github\.com/.*/blob/.+\.md'
71
72
73
[testenv:build]
0 commit comments