Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
primary_domain = None # The default is 'py', which we don't make much use of
nitpicky = True

nitpick_ignore_regex = [
# External xrefs aren't setup: ignore missing xref warnings
# External xrefs to sphinx isn't setup: ignore missing xref warnings
("py:.*", "(sphinx|docutils|ast|enum|collections|typing_extensions).*"),
]

# --- Intersphinx configuration

intersphinx_mapping = {
Expand Down