From d865d5bce1b95103e02a64473187ba3b0283a161 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 6 Nov 2023 12:52:15 -0500 Subject: 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. --- Utilities/Sphinx/conf.py.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in index b8d8474..0d9ad91 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/', -- cgit v0.12