Skip to content

Commit

Permalink
Use nitpick_ignore_regex to ignore API interphinx links warning unt…
Browse files Browse the repository at this point in the history
…il they are fixed in `hyperspy`
  • Loading branch information
ericpre committed Jul 7, 2023
1 parent 9484f1a commit 9037513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@

# Check links to API when building documentation
nitpicky = True
# Remove when fixed in hyperspy
nitpick_ignore_regex = [(r"py:.*", r"hyperspy.api.*")]

# -- Options for numpydoc extension -----------------------------------

Expand Down

0 comments on commit 9037513

Please sign in to comment.