Skip to content

Commit

Permalink
Fix failing docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 31, 2024
1 parent d79d074 commit 0b64201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
nitpick_ignore = [
('py:class', 'Self'),
('py:class', '_T'),
('py:class', '_U'),
('py:obj', 'jaraco.classes.properties._T'),
('py:obj', 'jaraco.classes.properties._U'),
('py:class', '_ClassPropertyAttribute'),
('py:class', '_GetterCallable'),
('py:class', '_GetterClassMethod'),
Expand Down

0 comments on commit 0b64201

Please sign in to comment.