From 22132efcaadb69c45ea706db6368a3a9a542fa11 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Mon, 13 May 2024 17:03:05 +0530 Subject: [PATCH] Fix persistent failing docs link checks Signed-off-by: Keshav Priyadarshi --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7141ba67d..c0b713034 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,6 +34,7 @@ "https://api.github.com/graphql", # Requires auth "https://anongit.gentoo.org/git/data/glsa.git", # Git only link "https://www.softwaretestinghelp.com/how-to-write-good-bug-report/", # Cloudflare protection + "https://www.openssl.org/news/vulnerabilities.xml", # OpenSSL legacy advisory URL, not longer available ] # Add any Sphinx extension module names here, as strings. They can be