Skip to content

Commit e63dff5

Browse files
committed
CI: kick deprecations down the line for now
1 parent 18b89c9 commit e63dff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ filterwarnings = [
2727
'''ignore:'sphinx.util.import_object' is deprecated.:PendingDeprecationWarning''',
2828
'ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning',
2929
'ignore:Argument "parser_name" will be removed in Docutils 2.0.:PendingDeprecationWarning',
30+
# RemovedInSphinx11Warning triggered in sphinx -- ultimately should be fixed
31+
"ignore:'sphinx_book_theme._transforms.HandleFootnoteTransform.app' is deprecated.:PendingDeprecationWarning",
3032
]
3133

3234
[project]

0 commit comments

Comments
 (0)