aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-12-23 12:58:41 -0300
committerGitHub <noreply@github.com>2023-12-23 15:58:41 +0000
commitcea8a236ae55eca0dce111b98e6cd5fe016fc66d (patch)
tree9c71d554ca76bb654e7e7969a7b6be78f4fa269e /docs
parenteb06a6a83d2372c59ba32286ff0c059a905b9aab (diff)
downloadpyca-cryptography-cea8a236ae55eca0dce111b98e6cd5fe016fc66d.zip
pyca-cryptography-cea8a236ae55eca0dce111b98e6cd5fe016fc66d.tar.gz
pyca-cryptography-cea8a236ae55eca0dce111b98e6cd5fe016fc66d.tar.bz2
i grow weary of www.cosic.esat.kuleuven.be (#10045)
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5d3b59f..4fa571d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -204,6 +204,8 @@ linkcheck_ignore = [
# GitHub changed how they do page renders so anchor detection
# no longer works in source view
r"https://github.com/.*/blob/.*#L\d+",
+ # Kuleuven struggles with the endless forward march of time
+ r"https://www.cosic.esat.kuleuven.be",
]
autosectionlabel_prefix_document = True