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 7f2c8da commit c537dd9Copy full SHA for c537dd9
newsfeed/demo/Makefile
@@ -158,8 +158,8 @@ changes:
158
linkcheck:
159
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
160
@echo
161
- @echo "Link check complete; look for any errors in the above output " \
162
- "or in $(BUILDDIR)/linkcheck/output.txt."
+ @echo "Link check complete; look for any errors (like 'broken') in the " \
+ "above output or in $(BUILDDIR)/linkcheck/output.txt."
163
164
doctest:
165
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
0 commit comments