Browse Source

ci: linkcheck_ignore www.intel.com URLs more precisely

Brad King 1 year ago
parent
commit
0b2be5c0bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/Sphinx/conf.py.in

+ 1 - 1
Utilities/Sphinx/conf.py.in

@@ -91,7 +91,7 @@ html_favicon = '@conf_path@/static/cmake-favicon.ico'
 linkcheck_ignore = [
     r'about:',
     r'https://gitlab\.kitware\.com/cmake/community/-/wikis/doc/cpack',
-    r'https://www.intel.com/',
+    r'https://www\.intel\.com/',
 ]
 
 linkcheck_allowed_redirects = {