We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bad2b4 commit 06ed404Copy full SHA for 06ed404
1 file changed
justfile
@@ -57,8 +57,8 @@ docs-serve PORT="2222":
57
58
# Check documentation links
59
docs-checklinks:
60
- @command -v linkchecker >/dev/null || (echo "Install linkchecker: pip install git+https://github.com/linkchecker/linkchecker.git" && exit 1)
61
- linkchecker site --ignore-url '(.*).json'
+ uv run linkchecker --help | cat >/dev/null || (echo "Install linkchecker: pip install git+https://github.com/linkchecker/linkchecker.git" && exit 1)
+ uv run linkchecker site --ignore-url '(.*).json'
62
63
# Clean build artifacts and caches
64
clean:
0 commit comments