We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b89c9 commit e63dff5Copy full SHA for e63dff5
pyproject.toml
@@ -27,6 +27,8 @@ filterwarnings = [
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',
29
'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",
32
]
33
34
[project]
0 commit comments