From 04c905dddb12813402dabb10cf034d002f19ffda Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 19 Aug 2024 18:44:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A1=20Toil=20the=20docs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0583bd4..e5aa128 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -33,6 +33,7 @@ nitpick_ignore = [ ('py:class', 'contextlib.suppress'), + ('py:class', 'jaraco.context.T'), ] # Include Python intersphinx mapping to prevent failures