Selaa lähdekoodia

ci: Do not linkcheck www.intel.com URLs

They fail with a 403 Client Error, perhaps due to our once-per-day
request being classified as scraping.
Brad King 2 vuotta sitten
vanhempi
sitoutus
d865d5bce1
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      Utilities/Sphinx/conf.py.in

+ 5 - 1
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/',