Skip to content

Commit

Permalink
Suppress nitpick on subclassing contextlib.suppress.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 1, 2021
1 parent c27f927 commit dd480c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
# Be strict about any broken references:
nitpicky = True

nitpick_ignore = [
('py:class', 'contextlib.suppress'),
]

# Include Python intersphinx mapping to prevent failures
# jaraco/skeleton#51
extensions += ['sphinx.ext.intersphinx']
Expand Down

0 comments on commit dd480c5

Please sign in to comment.