Skip to content

Commit

Permalink
ignore xref warning
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored and waldie11 committed Dec 23, 2024
1 parent 09ba143 commit c9044da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ["auto_examples/index.rst", "_build", "Thumbs.db", ".DS_Store"]

nitpick_ignore_regex = [
# needs https://github.com/sphinx-doc/sphinx/issues/13178
("py:class", r".*pathlib\._local\.Path"),
]

# HTML options (e.g., theme)
html_show_sourcelink = False
html_copy_source = False
Expand Down

0 comments on commit c9044da

Please sign in to comment.