From 2f8ee8e68c3d7f9c19440a3e3e65bb9cb2b394c6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 22 Aug 2024 17:11:53 -0700 Subject: [PATCH 1/2] webstore.ansi.org is now behind cloudflare --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index cf0f25abcaa9..f62b920733df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -199,6 +199,7 @@ r"https://speakerdeck.com", r"https://\w+.stackexchange.com", r"https://stackoverflow.com", + r"https://webstore.ansi.org", # GitHub changed how they do page renders so anchor detection # no longer works in source view r"https://github.com/.*/blob/.*#L\d+", From 64854820927b1a0899c6c2b691a63586bc55a49d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 22 Aug 2024 17:20:31 -0700 Subject: [PATCH 2/2] CMU is also bad at certificates --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f62b920733df..1a00ac736683 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -205,6 +205,8 @@ r"https://github.com/.*/blob/.*#L\d+", # Kuleuven struggles with the endless forward march of time r"https://www.cosic.esat.kuleuven.be", + # CMU doesn't know how to send intermediates + r"https://wiki.sei.cmu.edu", ] autosectionlabel_prefix_document = True