Skip to content

Commit

Permalink
Set nitpicky mode in doc (#693)
Browse files Browse the repository at this point in the history
Brings it in line with CI
  • Loading branch information
matthiasdiener authored Oct 18, 2022
1 parent 3fd896c commit 07df47f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
import sys
sys._BUILDING_SPHINX_DOCS = True

nitpicky = True

nitpick_ignore_regex = [
["py:class", r"typing_extensions\.(.+)"],
["py:class", r"numpy\.u?int[0-9]+"],
Expand Down

0 comments on commit 07df47f

Please sign in to comment.