Skip to content

Commit 6d2c20e

Browse files
missing Makefile command
1 parent c166720 commit 6d2c20e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -n -q
5+
SPHINXOPTS = -n
66
SPHINXBUILD = sphinx-build
77
PAPER =
88
BUILDDIR = _build
@@ -187,9 +187,9 @@ changes:
187187
@echo
188188
@echo "The overview file is in $(BUILDDIR)/changes."
189189

190-
.PHONY: linkcheck
191-
linkcheck:
192-
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
190+
.PHONY: linkcheck-specified-files
191+
linkcheck-specified-files:
192+
$(SPHINXBUILD) -q -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR) $(files)
193193
@echo
194194
@echo "Link check complete; look for any errors in the above output " \
195195
"or in $(BUILDDIR)/linkcheck/output.txt."

0 commit comments

Comments
 (0)