Skip to content

Commit f53a040

Browse files
mitya57choldgraf
andauthored
Ignore PendingDeprecationWarning about parser_name deprecation with Docutils 0.22 (#919)
Co-authored-by: Chris Holdgraf <[email protected]>
1 parent 79b19ae commit f53a040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ filterwarnings = [
2525
# Sphinx triggers this
2626
'''ignore:'imghdr' is deprecated and slated for removal in Python 3\.13:DeprecationWarning''',
2727
'''ignore:'sphinx.util.import_object' is deprecated.:PendingDeprecationWarning''',
28-
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning'
28+
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning',
29+
'ignore:Argument "parser_name" will be removed in Docutils 2.0.:PendingDeprecationWarning',
2930
]
3031

3132
[project]

0 commit comments

Comments
 (0)