Skip to content

Commit

Permalink
Added numpy.int64 to nitpick exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobcook1995 committed Feb 14, 2023
1 parent 695d0e6 commit 4172747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
nitpick_ignore = [
("py:class", "jsonschema.validators.Draft202012Validator"),
("py:class", "numpy.float32"),
("py:class", "numpy.int64"),
]
intersphinx_mapping = {
"numpy": ("https://numpy.org/doc/stable/", None),
Expand Down

0 comments on commit 4172747

Please sign in to comment.