Fixed path for calling linkcheck in Makefile

Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
Kevin Putnam
2019-07-11 12:26:34 -07:00
parent 77552f4a9f
commit f89f43e06f
+1 -1
View File
@@ -172,7 +172,7 @@ changes:
linkcheck:
-$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
python3 scripts/_python/linkcheck/parse-link-check.py $(BUILDDIR)/linkcheck
python3 _scripts/_python/linkcheck/parse-link-check.py $(BUILDDIR)/linkcheck
doctest:
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest