From a35ae5b3cd7e81960b05eaabe81c1dc49a1f92df Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 19 Feb 2023 19:11:28 -0500 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 4e5eae3..9e968a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,6 +31,10 @@ # Be strict about any broken references nitpicky = True +nitpick_ignore = [ + ('py:class', 'jaraco.functools.CallableT'), +] + # Include Python intersphinx mapping to prevent failures # jaraco/skeleton#51 extensions += ['sphinx.ext.intersphinx']