diff --git a/conf.py b/conf.py index 450a1629..7688c666 100644 --- a/conf.py +++ b/conf.py @@ -87,6 +87,10 @@ html_static_path = ['attachment/doc'] html_use_opensearch = "https://doc.qubes-os.org" +# -- -- Options for the linkcheck builder ------------------------------------ + +linkcheck_anchors = False +linkcheck_ignore = [r'^https?://[^/\s]+\.onion'] # -- Extensions configuration ------------------------------------------------