diff --git a/pyproject.toml b/pyproject.toml index 290291cf..8cd058c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ filterwarnings = [ # Sphinx triggers this '''ignore:'imghdr' is deprecated and slated for removal in Python 3\.13:DeprecationWarning''', '''ignore:'sphinx.util.import_object' is deprecated.:PendingDeprecationWarning''', - 'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning' + 'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning', + 'ignore:Argument "parser_name" will be removed in Docutils 2.0.:PendingDeprecationWarning', ] [project]