Add minimal configuration for linkcheck builder

* Avoid checking .onion domains.
* Do not download links to check anchors
This commit is contained in:
parulin 2025-08-04 16:02:36 -04:00
parent 511120b7a0
commit 47a49252ba
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5

View file

@ -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 ------------------------------------------------