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.
2 parents 2c80d95 + 6ae99da commit 8cdffc7Copy full SHA for 8cdffc7
Makefile
@@ -170,7 +170,7 @@ linkcheck: deps ## Run linkcheck
170
171
.PHONY: linkcheckbroken
172
linkcheckbroken: deps ## Run linkcheck and show only broken links
173
- cd $(DOCS_DIR) && $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | GREP_COLORS='0;31' egrep -wi broken --color=auto
+ cd $(DOCS_DIR) && $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck | GREP_COLORS='0;31' grep -wi "broken\|redirect" --color=auto
174
@echo
175
@echo "Link check complete; look for any errors in the above output " \
176
"or in $(BUILDDIR)/linkcheck/ ."
0 commit comments