From 34711e6266ff87a097a991d2e44948cd672794a9 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Wed, 24 Jul 2019 11:11:21 -0700 Subject: [PATCH] Added items to white list. Signed-off-by: Kevin Putnam --- source/Makefile | 2 +- source/_scripts/_python/linkcheck/link-whitelist.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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