Skip to content

Commit

Permalink
Suppress nitpicky and seemingly unactionable warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 19, 2024
1 parent a7438a3 commit bd356fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@
intersphinx_mapping.update(
pytest=('https://docs.pytest.org/en/stable', None),
)

nitpick_ignore = [
('py:class', 'Config'),
('py:class', 'Session'),
]

0 comments on commit bd356fb

Please sign in to comment.