mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-06 05:34:27 -04:00
Add minimal configuration for linkcheck builder
* Avoid checking .onion domains. * Do not download links to check anchors
This commit is contained in:
parent
511120b7a0
commit
47a49252ba
1 changed files with 4 additions and 0 deletions
4
conf.py
4
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 ------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue