diff --git a/docs/conf.py b/docs/conf.py index 637cf60292b..c8463ba1349 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -144,6 +144,7 @@ linkcheck_ignore = [ r'https://.*\.sourceforge\.net/.*', # blocking the linkcheck user-agent r'https://stackoverflow.com/.*', # blocking the linkcheck user-agent r'https://(www|dev)\.vulkan\.org/.*', # blocking the linkcheck user-agent + r'https://crates.io/.*', # blocking the linkcheck user-agent ] linkcheck_exclude_documents = [r'relnotes/.*']