Skip to content

Commit

Permalink
fix nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Oct 1, 2024
1 parent 726c31b commit 2bc3997
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@

# Sphinx will warn about all references where the target cannot be found.
nitpicky = True
nitpick_ignore = []
nitpick_ignore = [
("py:class", "array"),
("py:class", "n_channels"),
("py:class", "n_samples"),
("py:class", "shape"),
]

# A list of ignored prefixes for module index sorting.
modindex_common_prefix = [f"{package}."]
Expand Down Expand Up @@ -147,9 +152,6 @@
"BaseClock": ":class:`stimuli.time.BaseClock`",
}
numpydoc_xref_ignore = {
"array",
"n_channels",
"n_samples",
"of",
"shape",
}
Expand Down

0 comments on commit 2bc3997

Please sign in to comment.