We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b19ae commit f53a040Copy full SHA for f53a040
pyproject.toml
@@ -25,7 +25,8 @@ filterwarnings = [
25
# Sphinx triggers this
26
'''ignore:'imghdr' is deprecated and slated for removal in Python 3\.13:DeprecationWarning''',
27
'''ignore:'sphinx.util.import_object' is deprecated.:PendingDeprecationWarning''',
28
- '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',
29
+ 'ignore:Argument "parser_name" will be removed in Docutils 2.0.:PendingDeprecationWarning',
30
]
31
32
[project]
0 commit comments