Skip to content

Commit

Permalink
try adding filter warnings to docs/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Jan 4, 2025
1 parent a3a64b0 commit 791e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

warnings.filterwarnings(
"ignore",
message=".*This function should have been removed.*",
message="This function should have been removed on 2025-01-01.",
category=DeprecationWarning,
)

Expand Down

0 comments on commit 791e37b

Please sign in to comment.