From 81263e4ea53117cc92c792d8038f3d43f3d6090e Mon Sep 17 00:00:00 2001 From: Steph Prince <40640337+stephprince@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:48:20 -0800 Subject: [PATCH] add remaining warnings to nitpick_ignore --- docs/source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index b07c7005e..caff737e7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -86,6 +86,12 @@ ] nitpicky = True +nitpick_ignore = [('py:class', 'Intracomm'), + ('py:class', 'h5py.RegionReference'), + ('py:class', 'h5py._hl.dataset.Dataset'), + ('py:class', 'function'), + ('py:class', 'unittest.case.TestCase'), + ] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]