Skip to content

Commit 43fdeb0

Browse files
committed
update tox.ini to exclude github view files (blobs) that break the link check
1 parent 1d5bd73 commit 43fdeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ description = Run link checks for root and docs markdown files
6666
deps =
6767
.[dev]
6868
commands =
69-
mkdocs-linkcheck ./
70-
mkdocs-linkcheck docs/
69+
mkdocs-linkcheck ./ --exclude 'https://github\.com/.*/blob/.+\.md'
70+
mkdocs-linkcheck docs/ --exclude 'https://github\.com/.*/blob/.+\.md'
7171

7272

7373
[testenv:build]

0 commit comments

Comments
 (0)