Skip to content

Commit

Permalink
CI: fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jul 25, 2024
1 parent 25698cb commit 97774af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
nitpicky = True

nitpick_ignore_regex = [
(r'py:class', r'collections.abc\..*'),
(r'py:data', r'typing\..*'),
(r'py:.*', r'datetime\..*'),
(r'py:.*', r'pandas\..*'),
Expand Down

0 comments on commit 97774af

Please sign in to comment.