From 2745e7b7acceab2122c895b667e7f5188eb421c8 Mon Sep 17 00:00:00 2001 From: Kristaps Berzinch Date: Tue, 9 Jul 2024 20:26:09 -0400 Subject: [PATCH] linkcheck_ignore FASB ASC --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 3e88285..949d659 100644 --- a/conf.py +++ b/conf.py @@ -88,4 +88,5 @@ linkcheck_ignore = [ r'https://help\.bill\.com/direct/s/article/(\d{7})', r'https://sos\.ga\.gov/.+', + r'https://asc\.fasb\.org/', ]