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 c166720 commit 6d2c20eCopy full SHA for 6d2c20e
Makefile
@@ -2,7 +2,7 @@
2
#
3
4
# You can set these variables from the command line.
5
-SPHINXOPTS = -n -q
+SPHINXOPTS = -n
6
SPHINXBUILD = sphinx-build
7
PAPER =
8
BUILDDIR = _build
@@ -187,9 +187,9 @@ changes:
187
@echo
188
@echo "The overview file is in $(BUILDDIR)/changes."
189
190
-.PHONY: linkcheck
191
-linkcheck:
192
- $(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
+.PHONY: linkcheck-specified-files
+linkcheck-specified-files:
+ $(SPHINXBUILD) -q -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR) $(files)
193
194
@echo "Link check complete; look for any errors in the above output " \
195
"or in $(BUILDDIR)/linkcheck/output.txt."
0 commit comments