summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-09-28 13:28:43 (GMT)
committerBrad King <brad.king@kitware.com>2023-09-28 13:36:23 (GMT)
commit3f684b123d004333aaecef700a1f6baa7582e6ba (patch)
treeab640d22329cfae59f358fe1de8a5c4ea6ecffb7 /Utilities/Sphinx/conf.py.in
parent6bb05172acc8519a174a4f6294dd96d82c846d4c (diff)
downloadCMake-3f684b123d004333aaecef700a1f6baa7582e6ba.zip
CMake-3f684b123d004333aaecef700a1f6baa7582e6ba.tar.gz
CMake-3f684b123d004333aaecef700a1f6baa7582e6ba.tar.bz2
Utilities/Sphinx: Allow linkcheck redirect for our get-involved page
The `cmake.org/get-involved` URL is more semantically meaningful than the `cmake.org/documentation` URL to which the former now redirects as an implementation detail.
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index d4e4059..b8d8474 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -92,6 +92,7 @@ linkcheck_ignore = [r'about:|https://gitlab.kitware.com/cmake/community/-/wikis/
linkcheck_allowed_redirects = {
r'https://cdash\.org': r'https://www\.cdash\.org/',
+ r'https://cmake.org/get-involved/': r'https://cmake.org/documentation/',
r'https://docs\.nvidia\.com/cuda/': r'https://docs\.nvidia\.com/cuda/index\.html',
r'https://learn\.microsoft\.com/en-us/cpp/c-language/parsing-c-command-line-arguments': r'https://learn\.microsoft\.com/en-us/cpp/c-language/parsing-c-command-line-arguments\?.*',
r'https://openjdk\.java\.net/jeps/313': r'https://openjdk\.org:443/jeps/313',