Skip to content

Commit

Permalink
(fix): ignore ellipsis in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Oct 24, 2024
1 parent eb36543 commit 174596a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
("py:obj", "numpy._typing._array_like._ScalarType_co"),
# https://github.com/sphinx-doc/sphinx/issues/10974
("py:class", "numpy.int64"),
("py:class", "types.EllipsisType"),
]


Expand Down

0 comments on commit 174596a

Please sign in to comment.