Skip to content

Commit

Permalink
DOC: Update sphinx nitpicky for traitlets docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Oct 25, 2023
1 parent 85c7b74 commit da44a72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
nitpick_ignore_regex = [
('py:class', r'default:.*'), # For some traitlets docstrings
('py:class', r'.*Sentinel'),
('py:class', r'.*Bunch'),
('py:class', r'.*[cC]allable'),
('py:class', r'.*EventHandler'),
('py:class', r'.*TraitType'),
('py:class', r'.*object providing a view on.*'), # Python dict docstring
('py:class', r'None. .*'), # Python dict docstring
('py:class', r'.*D\[k\].*'), # Python dict docstring
Expand Down

0 comments on commit da44a72

Please sign in to comment.