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 4ebc721ef8
commit 2531253dce
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C

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