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 cb4adf6 commit 8e9f025Copy full SHA for 8e9f025
check.sh
@@ -22,7 +22,7 @@ poetry run doc8 --ignore-path build --max-line-length 100 -q
22
set +e
23
poetry run sphinx-build -b linkcheck -q -D linkcheck_timeout=5 ./source ./build > /dev/null 2>&1
24
if [ $? -ne 0 ]; then
25
- cat ./build/output.txt
+ cat ./build/output.txt | grep broken
26
exit 1
27
fi
28
#################################################
0 commit comments