From 706621321a820f27fa0eb51c36231e6683cbb7a7 Mon Sep 17 00:00:00 2001 From: Matti Schneider Date: Thu, 16 Jun 2022 17:42:50 +0200 Subject: [PATCH] =?UTF-8?q?fixup!=20Fix=20=E2=80=9Cpy:obj=20reference=20ta?= =?UTF-8?q?rget=20not=20found=E2=80=9D=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index c1d61126..0a82f060 100644 --- a/source/conf.py +++ b/source/conf.py @@ -35,7 +35,7 @@ 'python': ('https://docs.python.org/3/', None), } -nitpick_ignore = [('T')] # see https://stackoverflow.com/questions/11417221 +nitpick_ignore = [('openfisca_core.types.data_types.arrays.T')] # see https://stackoverflow.com/questions/11417221 source_suffix = ['.rst', '.md']