Skip to content

Commit

Permalink
add remaining warnings to nitpick_ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 18, 2024
1 parent ad2063e commit 81263e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 81263e4

Please sign in to comment.