Skip to content

Commit 3c4bfe8

Browse files
committed
ignore github view links since they failed link check
1 parent c23c674 commit 3c4bfe8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.linkcheckignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
https://github.com/neuralmagic/guidellm/blob/main/docs/backends.md
2+
https://github.com/neuralmagic/guidellm/blob/main/docs/outputs.md
3+
https://github.com/neuralmagic/guidellm/blob/main/docs/datasets.md
4+
https://github.com/neuralmagic/guidellm/blob/main/CODE_OF_CONDUCT.md
5+
https://github.com/neuralmagic/guidellm/blob/main/DEVELOPING.md

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 ./ --ignore-file .linkcheckignore
70+
mkdocs-linkcheck docs/ --ignore-file .linkcheckignore
7171

7272

7373
[testenv:build]

0 commit comments

Comments
 (0)