Skip to content

Commit

Permalink
Enable nitpicky doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 6, 2023
1 parent c9bd176 commit b533583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@
html_use_index = True
html_domain_indices = True

nitpicky = True
nitpick_ignore = [
("py:class", "numpy.typing.ArrayLike"), # Wish this would work
("py:class", "numpy.typing.DTypeLike"), # Wish this would work
]


# -- Extension configuration -------------------------------------------------

Expand Down

0 comments on commit b533583

Please sign in to comment.