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 c23c674 commit 3c4bfe8Copy full SHA for 3c4bfe8
.linkcheckignore
@@ -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
@@ -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 ./ --ignore-file .linkcheckignore
+ mkdocs-linkcheck docs/ --ignore-file .linkcheckignore
71
72
73
[testenv:build]
0 commit comments