diff --git a/source/Makefile b/source/Makefile index efdc74bf..685d058a 100644 --- a/source/Makefile +++ b/source/Makefile @@ -187,7 +187,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 diff --git a/source/_scripts/_python/linkcheck/link-whitelist.txt b/source/_scripts/_python/linkcheck/link-whitelist.txt index 75162fce..4d370ac9 100644 --- a/source/_scripts/_python/linkcheck/link-whitelist.txt +++ b/source/_scripts/_python/linkcheck/link-whitelist.txt @@ -9,4 +9,6 @@ https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html http://ark.intel.com https://software.intel.com/en-us/articles/OpenVINO-ModelOptimizer https://www.intel.com/content/www/us/en/privacy/intel-privacy-notice.html -http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i5syh.html \ No newline at end of file +http://www.intel.com/content/www/us/en/nuc/nuc-kit-nuc6i5syh.html +https://software.intel.com/en-us/mkl +https://www.intel.com/content/www/us/en/architecture-and-technology/turbo-boost/turbo-boost-technology.html \ No newline at end of file