summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index f8651e1..20e1340 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -88,7 +88,11 @@ html_favicon = '@conf_path@/static/cmake-favicon.ico'
# qthelp_namespace = "org.cmake"
# qthelp_qch_name = "CMake.qch"
-linkcheck_ignore = [r'about:|https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack']
+linkcheck_ignore = [
+ r'about:',
+ r'https://gitlab\.kitware\.com/cmake/community/-/wikis/doc/cpack',
+ r'https://www.intel.com/',
+]
linkcheck_allowed_redirects = {
r'https://cdash\.org': r'https://www\.cdash\.org/',