Skip to content

Commit

Permalink
Fixing sphinx error
Browse files Browse the repository at this point in the history
  • Loading branch information
sallymatson committed Jan 21, 2025
1 parent 7036e54 commit 46324a6
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 @@ -153,6 +153,7 @@ class MyReferenceStyle(AuthorYearReferenceStyle):
("py:class", "numpy.bool_"),
("py:class", "np.float32"),
("py:class", "np.datetime64"),
("py:class", "np.ndarray"),
("py:class", "np.timedelta64"),
("py:class", "timedelta64"),
("py:class", "InitVar"),
Expand Down

0 comments on commit 46324a6

Please sign in to comment.