Skip to content

Commit

Permalink
Ignore erroneously sphinx reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 7, 2024
1 parent 234d730 commit 1cc5f69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cudf/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,8 @@ def on_missing_reference(app, env, node, contnode):


nitpick_ignore = [
# Erroneously warned in ParquetColumnSchema.name
("py:class", "unicode"),
("py:class", "SeriesOrIndex"),
("py:class", "Dtype"),
# The following are erroneously warned due to
Expand Down

0 comments on commit 1cc5f69

Please sign in to comment.