Skip to content

Commit

Permalink
Sphinx doesn't handle TypeVar, apparently...
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed May 7, 2024
1 parent 5227bc0 commit c438692
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 @@ -38,5 +38,7 @@
nitpicky = True
nitpick_ignore = [
('py:class', 'Address'), # documentation example
('py:class', 'chide.collection.T'), # type var
('py:class', 'chide.set.T'), # type var
('py:func', 'identify'), # documentation example
]

0 comments on commit c438692

Please sign in to comment.