Skip to content

Commit

Permalink
update nitpick_ignore to include BaseStorageSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Jan 19, 2024
1 parent b6143bb commit 8e22171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ def __call__(self, filename):
}

nitpicky = True
nitpick_ignore = [('py:class', 'Intracomm')]
nitpick_ignore = [('py:class', 'Intracomm'),
('py:class', 'BaseStorageSpec')]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down

0 comments on commit 8e22171

Please sign in to comment.